Home > widget-integration > EventsMap

EventsMap type

Map storing event subscriptions: event name -> array of callbacks.

Signature:

export type EventsMap = Map<EventName, Callback[]>;

References: EventName, Callback