Interface StateMachineConfig

Index

Properties

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