@vk-io/scenes
Preparing search index...
ISceneContextEnterOptions
Interface ISceneContextEnterOptions<S>
interface
ISceneContextEnterOptions
<
S
extends
Record
<
string
,
unknown
>
>
{
silent
?:
boolean
;
state
?:
S
;
}
Type Parameters
S
extends
Record
<
string
,
unknown
>
Index
Properties
silent?
state?
Properties
Optional
silent
silent
?:
boolean
Logging into a handler without executing it
Optional
state
state
?:
S
The standard state for the scene
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
silent
state
@vk-io/scenes
Loading...
Logging into a handler without executing it