Creates the transition.
The source state of the transition
The output state of the transition
The type of key 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
A transition for a keys.