Interface WidgetConfig

Config options for loading a widget

Param

The user details

Param

The content of the widget.

Param

How to display the widget.

Param

Element to load the widget into.

Param

Trigger element's selector for opening the popup widget

Param

the JSON Web Token (JWT) that is used

Hierarchy

  • WidgetConfig

Properties

container?: string | HTMLElement
displayOnLoad?: boolean
engagementMedium?: EngagementMedium
jwt?: string
locale?: string
trigger?: string
user?: User
widgetType?: string

Generated using TypeDoc