Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
sdk
ValuesStreamEvent
Type alias ValuesStreamEvent<StateType>
Values
Stream
Event
<
StateType
>
:
{
data
:
StateType
;
event
:
"values"
;
id
?:
string
;
}
Stream event with values after completion of each step.
Type Parameters
StateType
Type declaration
data
:
StateType
event
:
"values"
Optional
id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...
Stream event with values after completion of each step.