Skip to content

Commit f686a18

Browse files
committedSep 29, 2024
docs: Add missing documentation for chat window default open
1 parent f9e3962 commit f686a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/api/settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ Properties here handle the UI/UX in the chat window. Note that it is recommended
269269
| showMessagePrompt | `boolean` | true | Specifies whether to show a message prompt when new messages are received while a user is scrolling the window. |
270270
| messagePromptText | `string` | "New Messages ↓" | The text to be displayed on the message prompt shown. |
271271
| 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. |
272273

273274
### chatHistory
274275

0 commit comments

Comments
 (0)