Teleforge API Reference - v0.1.0
Preparing search index...
web/src
PersistFlowStateInput
Interface PersistFlowStateInput
interface
PersistFlowStateInput
{
currentState
:
UserFlowState
|
null
;
flowId
:
string
|
null
;
payload
:
Record
<
string
,
unknown
>
;
route
:
string
;
stepId
:
string
;
userId
:
string
|
null
;
}
Index
Properties
current
State
flow
Id
payload
route
step
Id
user
Id
Properties
current
State
currentState
:
UserFlowState
|
null
flow
Id
flowId
:
string
|
null
payload
payload
:
Record
<
string
,
unknown
>
route
route
:
string
step
Id
stepId
:
string
user
Id
userId
:
string
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
State
flow
Id
payload
route
step
Id
user
Id
Teleforge API Reference - v0.1.0
Loading...