ixfx
Preparing search index...
@ixfx/flow
StateMachine
StateMachineWithEventsOptions
Type Alias StateMachineWithEventsOptions<V>
type
StateMachineWithEventsOptions
<
V
extends
Transitions
>
=
{
debug
?:
boolean
;
initial
?:
StateNames
<
V
>
;
}
Type Parameters
V
extends
Transitions
Index
Properties
debug?
initial?
Properties
Optional
Readonly
debug
debug
?:
boolean
Optional
Readonly
initial
initial
?:
StateNames
<
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
initial
ixfx
Loading...