Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
ApprovalRuleCreatedMessagePayload
Interface ApprovalRuleCreatedMessagePayload
Generated after an
Approval Rule
is created.
interface
ApprovalRuleCreatedMessagePayload
{
approvalRule
:
ApprovalRule
;
type
:
"ApprovalRuleCreated"
;
}
Hierarchy (
View Summary
)
IMessagePayload
ApprovalRuleCreatedMessagePayload
Index
Properties
approval
Rule
type
Properties
Readonly
approval
Rule
approvalRule
:
ApprovalRule
The
Approval Rule
that was created.
Readonly
type
type
:
"ApprovalRuleCreated"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approval
Rule
type
Typescript SDK Type Docs
Loading...
Generated after an Approval Rule is created.