Global mutable state
This is where we hold the global mutable state such as current state, current params, current transition, etc.
Current state
The to-state from the latest successful transition
Current parameter values
The parameter values from the latest successful transition
The current transition (in progress)
Generated using TypeDoc
Global mutable state
This is where we hold the global mutable state such as current state, current params, current transition, etc.