Teleforge API Reference - v0.1.0
Preparing search index...
web/src
FlowResumeProviderProps
Interface FlowResumeProviderProps
interface
FlowResumeProviderProps
{
children
:
ReactNode
;
indicatorDurationMs
?:
number
;
onFreshStart
?:
(
reason
:
ResumeFlowError
|
null
)
=>
void
;
onResume
?:
(
result
:
ResumeFlowSuccess
)
=>
void
;
parseFlowId
?:
()
=>
string
|
null
;
resolveRoute
?:
(
state
:
UserFlowState
)
=>
string
|
null
;
resolver
:
FlowStateResolver
;
}
Hierarchy (
View Summary
)
FlowResumeProviderProps
CoordinationProviderProps
Index
Properties
children
indicator
Duration
Ms?
on
Fresh
Start?
on
Resume?
parse
Flow
Id?
resolve
Route?
resolver
Properties
children
children
:
ReactNode
Optional
indicator
Duration
Ms
indicatorDurationMs
?:
number
Optional
on
Fresh
Start
onFreshStart
?:
(
reason
:
ResumeFlowError
|
null
)
=>
void
Optional
on
Resume
onResume
?:
(
result
:
ResumeFlowSuccess
)
=>
void
Optional
parse
Flow
Id
parseFlowId
?:
()
=>
string
|
null
Optional
resolve
Route
resolveRoute
?:
(
state
:
UserFlowState
)
=>
string
|
null
resolver
resolver
:
FlowStateResolver
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
indicator
Duration
Ms
on
Fresh
Start
on
Resume
parse
Flow
Id
resolve
Route
resolver
Teleforge API Reference - v0.1.0
Loading...