Defines a transition.
The source state of the transition.
The srcObject state of the transition.
The type of touch event
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
Private Readonly acceptedReadonly actionReadonly guardReadonly srcReadonly tgtThe 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 defines a touch move.