Type alias UpsertWidgetContext

UpsertWidgetContext: {
    container?: HTMLElement | string;
    engagementMedium?: EngagementMedium;
    trigger?: string;
    type: "upsert";
    user?: User | null;
}

Type declaration

  • Optional container?: HTMLElement | string
  • Optional engagementMedium?: EngagementMedium
  • Optional trigger?: string
  • type: "upsert"
  • Optional user?: User | null

Generated using TypeDoc