Type Alias EntryEvent<D, V>

The type of event that triggered the transition.

Type Parameters

  • D

    The type of the state machine definition.

  • V

    The type of state value.