Teleforge API Reference - v0.1.0
Preparing search index...
core/src
FlowDefinition
Interface FlowDefinition
interface
FlowDefinition
{
defaultStep
:
string
;
finalStep
:
string
;
onComplete
?:
string
;
onExpiry
?:
"cancel"
|
"restart"
|
"retry"
;
steps
:
readonly
string
[]
;
}
Hierarchy (
View Summary
)
FlowDefinition
FlowEntry
Index
Properties
default
Step
final
Step
on
Complete?
on
Expiry?
steps
Properties
default
Step
defaultStep
:
string
final
Step
finalStep
:
string
Optional
on
Complete
onComplete
?:
string
Optional
on
Expiry
onExpiry
?:
"cancel"
|
"restart"
|
"retry"
steps
steps
:
readonly
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
Step
final
Step
on
Complete
on
Expiry
steps
Teleforge API Reference - v0.1.0
Loading...