Skip to content
Version: xstate@5.0.0

StateNode.events property​

All the event types accepted by this state node and its descendants.

Signature:

get events(): Array<TEvent['type']>;