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"
;
}
Index
Properties
approval
Rule
type
Properties
Readonly
approval
Rule
approval
Rule
:
ApprovalRule
The
Approval Rule
that was created.
Readonly
type
type
:
"ApprovalRuleCreated"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
approval
Rule
type
Typescript SDK Type Docs
Loading...
Generated after an Approval Rule is created.