Type Alias NextEventTypesForStateValue<D, V>

NextEventTypesForStateValue<D, V>: keyof Get<D, ["states", V, "on"]> | keyof Get<D, ["on"]>

The next event types for the given state value.

Type Parameters

  • D

    The type of state machine definition.

  • V

    The type of state value.