State.nextEvents property​
The next events that will cause a transition from the current state.
Signature:
get nextEvents(): Array<EventDescriptor<TEvent>>;
The next events that will cause a transition from the current state.
Signature:
get nextEvents(): Array<EventDescriptor<TEvent>>;