You are viewing API docs for version 1.89.3.

View latest

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