Teleforge API Reference - v0.1.0
Preparing search index...
web/src
FlowStateContextValue
Interface FlowStateContextValue
interface
FlowStateContextValue
{
clear
:
()
=>
void
;
error
:
ResumeFlowError
|
null
;
flowId
:
string
|
null
;
flowState
:
UserFlowState
|
null
;
freshStart
:
()
=>
void
;
indicatorVisible
:
boolean
;
isResuming
:
boolean
;
redirectTo
:
string
|
null
;
resume
:
(
flowId
?:
string
)
=>
Promise
<
ResumeFlowResult
|
null
>
;
setFlowState
:
(
state
:
UserFlowState
|
null
,
options
?:
FlowStateCommitOptions
,
)
=>
void
;
status
:
FlowStateStatus
;
}
Index
Properties
clear
error
flow
Id
flow
State
fresh
Start
indicator
Visible
is
Resuming
redirect
To
resume
set
Flow
State
status
Properties
clear
clear
:
()
=>
void
error
error
:
ResumeFlowError
|
null
flow
Id
flowId
:
string
|
null
flow
State
flowState
:
UserFlowState
|
null
fresh
Start
freshStart
:
()
=>
void
indicator
Visible
indicatorVisible
:
boolean
is
Resuming
isResuming
:
boolean
redirect
To
redirectTo
:
string
|
null
resume
resume
:
(
flowId
?:
string
)
=>
Promise
<
ResumeFlowResult
|
null
>
set
Flow
State
setFlowState
:
(
state
:
UserFlowState
|
null
,
options
?:
FlowStateCommitOptions
,
)
=>
void
status
status
:
FlowStateStatus
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clear
error
flow
Id
flow
State
fresh
Start
indicator
Visible
is
Resuming
redirect
To
resume
set
Flow
State
status
Teleforge API Reference - v0.1.0
Loading...