Type Alias StateChangeCallback<EventPayloadMapping, Context, States>

StateChangeCallback: (currentState: States, nextState: States) => void

Type Parameters

  • EventPayloadMapping
  • Context
  • States extends string = "IDLE"

Type declaration