@vk-io/scenes
Preparing search index...
IStepContextOptions
Interface IStepContextOptions<S>
interface
IStepContextOptions
<
S
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
any
>
,
>
{
context
:
IStepContext
<
S
>
;
steps
:
StepSceneHandler
<
object
,
S
>
[]
;
}
Type Parameters
S
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
any
>
Index
Properties
context
steps
Properties
context
context
:
IStepContext
<
S
>
steps
steps
:
StepSceneHandler
<
object
,
S
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
steps
@vk-io/scenes
Loading...