You are viewing API docs for version 1.89.3.

View latest

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