Logos DX
Preparing search index...
@logosdx/state-machine
StateConfig
Type Alias StateConfig<Context, Events>
type
StateConfig
<
Context
,
Events
extends
Record
<
string
,
any
>
>
=
{
final
?:
boolean
;
invoke
?:
InvokeConfig
<
Context
>
;
on
?:
{
[
E
in
keyof
Events
]
?:
TransitionTarget
<
Context
,
Events
[
E
]
>
}
;
}
Type Parameters
Context
Events
extends
Record
<
string
,
any
>
Index
Properties
final?
invoke?
on?
Properties
Optional
final
final
?:
boolean
Optional
invoke
invoke
?:
InvokeConfig
<
Context
>
Optional
on
on
?:
{
[
E
in
keyof
Events
]
?:
TransitionTarget
<
Context
,
Events
[
E
]
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
final
invoke
on
Logos DX
Loading...