SendButtonSettings
Defines the settings for the Send button in the Chat component. Customize these settings to change the button appearance and behavior.
| Name | Type | Default | Description |
|---|---|---|---|
buttonClass? |
|
Sets the CSS class applied to the Button. | |
disabled? |
|
When | |
fillMode? |
|
Sets the background and border styles of the Button. | |
icon? |
|
Sets the name of an existing font icon in the Kendo UI theme. | |
loadingIcon? |
|
Sets the icon displayed while the Chat is in loading state. | |
loadingSVGIcon? |
|
Sets the SVG icon displayed while the Chat is in loading state. | |
rounded? |
|
Sets the border radius of the Button. | |
size? |
|
Sets the padding of the Button. | |
svgIcon? |
|
Sets an SVG icon to display inside the Button. | |
themeColor? |
|
Sets a predefined theme color for the Button. The theme color applies as a background and border color and adjusts the text color. |