InlineAIPromptOutputAction
Interface
Defines the interface for the Inline AI Prompt output actions.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
disabled?
boolean
The disabled state of the button.
fillMode?
ButtonFillMode
The fill mode for the button.
icon?
string
The font icon for the action.
name?
string
The name of the action. Predefined names are copy, retry, and discard.
rounded?
ButtonRounded
The rounded styling for the button.
svgIcon?
SVGIcon
The SVG icon for the action.
text?
string
The text for the action.
themeColor?
ButtonThemeColor
The theme color for the button.
title?
string
The title attribute for the action.
type?
"button" | "spacer"
The type of the action.