You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > EventCallbackPair
EventCallbackPair type
Pair of event name and callback for bulk subscription operations.
Signature:
export type EventCallbackPair = {
event: EventName;
callback: Callback;
};