SendBoxStrings interface
Strings of SendBox that can be overridden.
Properties
| placeholder |
Placeholder text in SendBox when there is no user input |
| send |
Aria label for send message button |
| text |
The warning message when send box text length is more than max limit |
Property Details
placeholderText
Placeholder text in SendBox when there is no user input
placeholderText: string
Property Value
string
sendButtonAriaLabel
Aria label for send message button
sendButtonAriaLabel: string
Property Value
string
textTooLong
The warning message when send box text length is more than max limit
textTooLong: string
Property Value
string