ixfx
Preparing search index...
@ixfx/flow
StateMachine
StateMachineEventMap
Type Alias StateMachineEventMap<V>
type
StateMachineEventMap
<
V
extends
Transitions
>
=
{
change
:
StateMachine
.
StateChangeEvent
<
V
>
;
stop
:
StopEvent
<
V
>
;
}
Type Parameters
V
extends
Transitions
Index
Properties
change
stop
Properties
Readonly
change
change
:
StateMachine
.
StateChangeEvent
<
V
>
Readonly
stop
stop
:
StopEvent
<
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
stop
ixfx
Loading...