Skip to content
Version: xstate@5.0.0

TypegenMeta.eventsCausingActors property​

Keeps track of which events lead to which actors.

Key: 'EVENT_NAME' Value: 'actorName' | 'otherActorName'

Signature:

eventsCausingActors: Record<string, string>;