Appearance
Configuration
When you initialise the Capture widget, you can pass options to control its behaviour and appearance.
js
window.captureOptions = {
captureKey: "YOUR_CAPTURE_KEY",
mode: "customer",
widgetPosition: "bottom-right",
};
Options
captureKey
– A unique key that links the widget to your team’s Capture account. You can find this key on the team settings page.mode
– Customises the widget’s appearance and behaviour based on who is reporting the issue. See creating a Capture for more details.widgetPosition
– Controls where the widget appears on screen when triggered. Supported values are:bottom-right
bottom-left
top-right
top-left