You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > EventsMap
EventsMap type
Map storing event subscriptions: event name -> array of callbacks.
Signature:
export type EventsMap = Map<EventName, Callback[]>;
You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > EventsMap
Map storing event subscriptions: event name -> array of callbacks.
Signature:
export type EventsMap = Map<EventName, Callback[]>;