TypegenMeta.eventsCausingActors property​
Keeps track of which events lead to which actors.
Key: 'EVENT_NAME' Value: 'actorName' | 'otherActorName'
Signature:
eventsCausingActors: Record<string, string>;
Keeps track of which events lead to which actors.
Key: 'EVENT_NAME' Value: 'actorName' | 'otherActorName'
Signature:
eventsCausingActors: Record<string, string>;