TypegenMeta.eventsCausingActions property​
Keeps track of which events lead to which actions.
Key: 'EVENT_NAME' Value: 'actionName' | 'otherActionName'
Signature:
eventsCausingActions: Record<string, string>;
Keeps track of which events lead to which actions.
Key: 'EVENT_NAME' Value: 'actionName' | 'otherActionName'
Signature:
eventsCausingActions: Record<string, string>;