SendButtonSettings
Defines the settings for the Send button in the Chat component. Customize these settings to change the button appearance and behavior.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
buttonClass?
string
Sets the CSS class applied to the Button.
disabled?
boolean
When true, disables the Button and prevents user interaction.
fillMode?
ButtonFillMode
Sets the background and border styles of the Button.
icon?
string
Sets the name of an existing font icon in the Kendo UI theme.
loadingIcon?
string
Sets the icon displayed while the Chat is in loading state.
loadingSVGIcon?
SVGIcon
Sets the SVG icon displayed while the Chat is in loading state.
rounded?
ButtonRounded
Sets the border radius of the Button.
size?
ButtonSize
Sets the padding of the Button.
svgIcon?
SVGIcon
Sets an SVG icon to display inside the Button.
themeColor?
ButtonThemeColor
Sets a predefined theme color for the Button. The theme color applies as a background and border color and adjusts the text color.