Preparing search index...
The search index is not available
@niuee/board
@niuee/board
EventAction
Type Alias EventAction<EventPayloadMapping, Context, States>
EventAction
:
{
[
K
in
keyof
EventPayloadMapping
]
:
{
action
:
(
stateMachine
:
StateMachine
<
EventPayloadMapping
,
Context
,
States
>
,
context
:
Context
,
event
:
EventPayloadMapping
[
K
]
,
)
=>
States
;
defaultTargetState
:
States
;
}
}
Type Parameters
EventPayloadMapping
Context
States
extends
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@niuee/board
Loading...