Home > widget-integration > EventsMap
EventsMap type
Map storing event subscriptions: event name -> array of callbacks.
Signature:
export type EventsMap = Map<EventName, Callback[]>;
Home > widget-integration > EventsMap
Map storing event subscriptions: event name -> array of callbacks.
Signature:
export type EventsMap = Map<EventName, Callback[]>;