ecspresso
Preparing search index...
plugins/state-machine
StateMachineEventTypes
Interface StateMachineEventTypes<S>
Event types provided by the state machine plugin.
interface
StateMachineEventTypes
<
S
extends
string
=
string
>
{
stateTransition
:
StateTransitionEvent
<
S
>
;
}
Type Parameters
S
extends
string
=
string
Union of state name strings (default: string)
Index
Properties
state
Transition
Properties
state
Transition
stateTransition
:
StateTransitionEvent
<
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
state
Transition
ecspresso
Loading...
Event types provided by the state machine plugin.