MessageBoxSettingsPremium
Configuration for the Message Box (PromptBox component).
| Name | Type | Default | Description |
|---|---|---|---|
endAffix? |
|
Custom content rendered at the end of the Message Box input area. The content is rendered before the built-in speech-to-text button. tsx
| |
maxTextAreaHeight? |
|
|
Sets the maximum height of the Message Box textarea in px.
When the height exceeds this value, the Message Box height is fixed and a scrollbar appears.
Applicable for tsx
|
mode? |
|
|
Defines the line mode for the Message Box.
tsx
|
rows? |
|
|
Sets the number of visible rows for the Message Box textarea. tsx
|
startAffix? |
|
Custom content rendered at the start of the Message Box input area. The content is rendered after the built-in upload button. tsx
| |
topAffix? |
|
Custom content rendered at the top of the Message Box. Only rendered when mode is 'multi'. tsx
|