ActionButtonSettings
Defines the configuration settings for the PromptBox Action button.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
buttonClass?
string
Sets a CSS class or multiple classes separated by spaces on the Action button.
disabled?
boolean
Sets the disabled state of the Action button.
fillMode?
ButtonFillMode
Sets the background and border styles of the Action button.
icon?
string
Sets the icon of the Action button.
iconClass?
string
Sets a CSS class or multiple classes separated by spaces.
Applied to a span element inside the Action button.
imageUrl?
string
Sets a URL for an img element displayed inside the Action button.
loadingIcon?
string
Sets the icon displayed when the Action button is in loading state.
loadingSVGIcon?
SVGIcon
Sets the SVG icon to be displayed when the Action button is in loading state.
rounded?
ButtonRounded
Sets the border radius of the Action button.
size?
ButtonSize
Sets the padding of the Action button.
svgIcon?
SVGIcon
Sets the SVG icon of the Action button.
themeColor?
ButtonThemeColor
Sets the theme color of the Action button.