Home > widget-integration > EventName

EventName type

Valid event name - either string literal or typed EVENT_NAMES key.

Signature:

export type EventName = string | keyof typeof EVENT_NAMES;

References: EVENT_NAMES