Skip to content
Version: xstate@5.0.0

State.nextEvents property​

The next events that will cause a transition from the current state.

Signature:

get nextEvents(): Array<EventDescriptor<TEvent>>;