Type Alias ExitEvent<D, V>

ExitEvent<D, V>: TransitionEventForType<D, NextEventTypesForStateValue<D, V>>

The type of event that before the transition.

Type Parameters

  • D

    The type of state machine definition.

  • V

    The type of state value.