Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
StateMachineConfig
Interface StateMachineConfig
Index
Properties
callbacks
error
events
initial
target
Properties
optional
public
callbacks
?:
{ [s: string]: (event?: string, from?: string, to?: string, ...args: any[]) => any; }
(
)
:
(event?: string, from?: string, to?: string, ...args: any[]) => any
Returns
(event?: string, from?: string, to?: string, ...args: any[]) => any
optional
public
error
?:
StateMachineErrorCallback
optional
public
events
?:
StateMachineEventDef
[]
optional
public
initial
?:
any
optional
public
target
?:
StateMachine
Globals
state-machine