Creates the transition.
The source state of the transition
The output state of the transition
Optional
action: ((evt) => void)The action to execute when going through the transition
Optional
guard: ((evt) => boolean)The guard to fulfil to execute the transition
Readonly
actionReadonly
guardReadonly
srcReadonly
tgtStatic
Private
Readonly
acceptedThe target state of the transition
Visiting the transition.
The visitor.
Executes the transition.
The event to process.
The potential output state.
CancelFSMException If the execution cancels the FSM execution.
The set of events accepted by the transition.
Generated using TypeDoc
This transition corresponds to the user moving a mouse wheel or a similar input device.