Customize the widget
Options parameters for React and hotglue functions
Description
Options are optional parameters that you can pass to some hotglue functions in React and Javascript. You can use options to fit many unique use cases, including modifying widget functionality and appearance, adding listeners, and filtering visible connectors.
Basic options
Name | Type | Description |
---|---|---|
demo | boolean | Launch in demo mode, which prevents linking/unlinking |
breadcrumbs | boolean | Enable/disable usage of breadcrumbs |
jwtToken | string | JWT token created with your private signing key |
helperText | string | Override the helper text on the connection screen of the widget Supports markdown. |
nextStep | string | Defines what the user will be shown in the widget after linking{nextStep: 'fieldMap'} |
Updated 10 days ago