state from which the transition is possible
signal, that triggers the transition, or undefined
if it is an unconditional transition
the next state or a function that returns one
the next state or a function that returns one
signal, that triggers the transition, or undefined
if it is an unconditional transition
state from which the transition is possible
This lifecycle method is triggered when all conditions are met to perform a transition.
This lifecycle method is triggered when conditions to perform a transition are no longer met
Generated using TypeDoc
This class holds the information nesessary to perform a state machine transition.
You can extend this class to implement some custom logic.