The type of definition for state machine.
The type of state value.
Readonlycontext: Context<D>The current context.
Readonlyevent: TransitionEventForStateValue<D, V>The event that caused the state transition.
ReadonlynextThe next events that can be sent to the state machine.
Readonlyvalue: VThe current state value.
The current state of the state machine.