Skip to content

Commit 0e4379a

Browse files
Modify close button description
1 parent ee0eea4 commit 0e4379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/embed/box-embed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ In **Chat widget** mode, the AI chat widget is embedded directly on the page usi
244244
|-----------|-------------|
245245
| `hubId` | The ID of the hub that powers the chatbot. |
246246
| `sharedLink` | The shared link hash for hub access. If not provided, the chat loads only for users who are collaborators on the hub. |
247-
| `showCloseButton` | Whether to show the [X (close) button][9]. Set to `false` if you want to implement custom opening/closing logic. Default: `true`. |
247+
| `showCloseButton` | Whether to show the [X (close) button][9] in the chat interface. When set to `true`, the close button is displayed. When a user clicks this button, Box generates an event that is sent to the parent web application, enabling you to implement custom closing logic based on the user interaction. |
248248

249249
The following example shows a fully configured chat widget with all available parameters:
250250

0 commit comments

Comments
 (0)