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/api/settings.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ Properties here handle the UI/UX in the chat window. Note that it is recommended
269
269
| showMessagePrompt |`boolean`| true | Specifies whether to show a message prompt when new messages are received while a user is scrolling the window. |
270
270
| messagePromptText |`string`| "New Messages ↓" | The text to be displayed on the message prompt shown. |
271
271
| messagePromptOffset |`number`| 30 | The offset (in pixels) that the user must be from the bottom of the chat window to be considered scrolling and thus see the message prompt (recommended to keep at `30` or higher). |
272
-
| defaultOpen |`boolean`| false | Specifies whether the chat window should be open by default. |
272
+
| defaultOpen |`boolean`| false | Specifies whether the chat window should be open by default (ignored if chatbot is embedded). |
0 commit comments