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