Skip to content
Version: xstate@5.0.0

TypegenMeta.eventsCausingActions property​

Keeps track of which events lead to which actions.

Key: 'EVENT_NAME' Value: 'actionName' | 'otherActionName'

Signature:

eventsCausingActions: Record<string, string>;