Preparing search index...
The search index is not available
@vk-io/scenes
@vk-io/scenes
IStepSceneOptions
Interface IStepSceneOptions<T, S>
interface
IStepSceneOptions
<
T
,
S
>
{
enterHandler
?:
StepSceneHandler
<
T
,
S
>
;
leaveHandler
?:
StepSceneHandler
<
T
,
S
>
;
steps
:
StepSceneHandler
<
T
,
S
>
[]
;
}
Type Parameters
T
S
extends
Record
<
string
,
unknown
>
Index
Properties
enter
Handler?
leave
Handler?
steps
Properties
Optional
enter
Handler
enter
Handler
?:
StepSceneHandler
<
T
,
S
>
Optional
leave
Handler
leave
Handler
?:
StepSceneHandler
<
T
,
S
>
steps
steps
:
StepSceneHandler
<
T
,
S
>
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
enter
Handler
leave
Handler
steps
@vk-io/scenes
LastAction
SceneContext
SceneManager
StepScene
StepSceneContext
IContext
IScene
ISceneContextEnterOptions
ISceneContextLeaveOptions
ISceneContextOptions
ISceneManagerOptions
IStepContext
IStepContextGoOptions
IStepContextOptions
IStepSceneOptions
ISessionContext
Middleware
SceneRepository
StepSceneHandler
Generated using
TypeDoc