Indicate if given any state, a transition from that state against itself is allowed or not
The specific state hooks used to manage state life cycle events
The initial state of the machine
Fired after any transition
Fired before any transition
Fired when an invalid transition is triggered from the current state
Fired when entering in any state
Fired when leaving any state
The transition functions of the machine
Generated using TypeDoc
The initial configuration for the machine