AutoOpen
An object containing the behavior properties of the engage widget when the page loads.
Name | Description | Required |
---|---|---|
onDesktop whisbi.otmDeviceAutoOpenConfig | An object containing the behavior properties of the widget when the page loads on desktop. |
Optional |
onMobile whisbi.otmDeviceAutoOpenConfig | An object containing the behavior properties of the widget when the page loads on mobile. | Optional |
AutoOpen config
An object containing the behavior properties of the widget when the page loads on a device class (desktop or mobile).
Name | Description | Required |
---|---|---|
enabled
Boolean
| True to make the widget open automatically when the page loads. |
Optional |
closeable
Boolean
| If set to false, the widget will not have the “X” icon to close. Only applies if autoOpen=true . Only recommended if the widget is located on a dedicated landing. |
Optional Default: true |