Type alias BaseWidgetContext
BaseWidgetContext: { container?: HTMLElement | string; displayOnLoad?: boolean; engagementMedium?: EngagementMedium; trigger?: string; type: "cookie" | "error" | "passwordless"; widgetConfig?: WidgetValueConfig; }
Type declaration
-
Optional container?: HTMLElement | string
-
Optional displayOnLoad?: boolean
-
-
Optional trigger?: string
-
type: "cookie" | "error" | "passwordless"
-