Skip to content
Version: xstate@5.0.0

StateNodeConfig.on property​

The mapping of event types to their potential transition(s).

Signature:

on?: TransitionsConfig<TContext, TEvent, TActor, TAction, TGuard, TDelay>;