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