Type alias UpsertWidgetContext
UpsertWidgetContext: { container?: HTMLElement | string; engagementMedium?: EngagementMedium; trigger?: string; type: "upsert"; user?: User | null; }
Type declaration
-
Optional
container?: HTMLElement | string
-
-
Optional
trigger?: string
-
type: "upsert"
-
Optional
user?: User | null