Creates the transition.
The source state of the transition.
The output state of the transition.
The inner FSM that composes the transition.
Optional
action: ((evt) => void)The action to execute when going through the transition
Readonly
actionReadonly
guardReadonly
srcPrivate
Readonly
subFSMPrivate
Readonly
subFSMHandlerPrivate
Optional
subTemporary subscription to the current state of the sub-FSM.
Readonly
tgtThe target state of the transition
Visiting the transition.
The visitor.
Private
cancelsFSMExecutes the transition.
The event to process.
The potential output state.
CancelFSMException If the execution cancels the FSM execution.
Private
findThe set of events accepted by the transition.
Private
setPrivate
unsetFSMHandlerGenerated using TypeDoc
A transition that refers to another FSM. Entering this transition starts the underlying sub-FSM. To leave the transition, the sub-FSM must end.