Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
ApprovalFlowCreatedMessagePayload
Interface ApprovalFlowCreatedMessagePayload
Generated after an
Approval Flow
is created.
interface
ApprovalFlowCreatedMessagePayload
{
approvalFlow
:
ApprovalFlow
;
type
:
"ApprovalFlowCreated"
;
}
Index
Properties
approval
Flow
type
Properties
Readonly
approval
Flow
approval
Flow
:
ApprovalFlow
The
Approval Flow
that was created.
Readonly
type
type
:
"ApprovalFlowCreated"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
approval
Flow
type
Typescript SDK Type Docs
Loading...
Generated after an Approval Flow is created.