A collection of valid state transitions.
Used with transitions to define all valid state transitions.
transitions
{ from: ['SomeState'], to: ['AnotherState', 'AlsoThisState'] }
Generated using TypeDoc
A collection of valid state transitions.
Used with
transitions
to define all valid state transitions.Example
See
transitions