You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customization/layout.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ The table below lists all the available properties that modify the chatbot modal
48
48
|**Layout**|||
49
49
|`disable-input`|**Type**: `boolean`<br />**Default value**: `false`<br /><br />When set to `true`, the user input field is disabled. |
50
50
|`email`|**Type**: `string`<br />**Default value**: ``<br /> An email address or ID for conversation tracking. This ID will be associated with the chat session in your project dashboard for analytics and user tracking purposes. |
51
+
|`metadata`|**Type**: `string`<br />**Default value**: ``<br /><br />Custom metadata to attach to chat sessions. Use this to pass additional contextual information (e.g., user plan, page URL, or other identifiers) that will be associated with the conversation for analytics purposes. |
51
52
|`expand-modal`|**Type**: `boolean`<br />**Default value**: `false`<br /><br />When set to `true`, the chat modal opens in its expanded state by default. |
52
53
|`hide-close-button`|**Type**: `boolean`<br />**Default value**: `false`<br /><br />When set to `true`, the close icon hides. |
53
54
|`hide-expand-button`|**Type**: `boolean`<br />**Default value**: `false`<br /><br />When set to `true`, the expand button icon hides. |
0 commit comments