Skip to content
Version: xstate@5.0.0

TypegenMeta.eventsCausingGuards property​

Keeps track of which events lead to which guards.

Key: 'EVENT_NAME' Value: 'guardName' | 'otherGuardName'

Signature:

eventsCausingGuards: Record<string, string>;