Teleforge API Reference - v0.1.0
Preparing search index...
web/src
UseFlowCoordinationReturn
Interface UseFlowCoordinationReturn
interface
UseFlowCoordinationReturn
{
advance
:
(
stepId
:
string
,
payload
?:
Record
<
string
,
unknown
>
,
)
=>
Promise
<
void
>
;
complete
:
(
result
?:
Record
<
string
,
unknown
>
)
=>
Promise
<
void
>
;
coordination
:
RouteCoordinationMetadata
|
null
;
fail
:
(
error
:
unknown
)
=>
Promise
<
void
>
;
flowState
:
UserFlowState
|
null
;
isResuming
:
boolean
;
resumeError
:
string
|
null
;
}
Index
Properties
advance
complete
coordination
fail
flow
State
is
Resuming
resume
Error
Properties
advance
advance
:
(
stepId
:
string
,
payload
?:
Record
<
string
,
unknown
>
)
=>
Promise
<
void
>
complete
complete
:
(
result
?:
Record
<
string
,
unknown
>
)
=>
Promise
<
void
>
coordination
coordination
:
RouteCoordinationMetadata
|
null
fail
fail
:
(
error
:
unknown
)
=>
Promise
<
void
>
flow
State
flowState
:
UserFlowState
|
null
is
Resuming
isResuming
:
boolean
resume
Error
resumeError
:
string
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
advance
complete
coordination
fail
flow
State
is
Resuming
resume
Error
Teleforge API Reference - v0.1.0
Loading...