ClassAIPromptOutputActionDescriptorBase
Definition
Namespace:Telerik.Blazor.Components.Common.AIPrompt
Assembly:Telerik.Blazor.dll
Syntax:
public class AIPromptOutputActionDescriptorBase
Inheritance: objectAIPromptOutputActionDescriptorBase
Derived Classes:
Constructors
AIPromptOutputActionDescriptorBase()
Declaration
public AIPromptOutputActionDescriptorBase()
Properties
Class
Defines the class of the action button.
Enabled
Defines whether the action should be enabled.
FillMode
Defines the fill mode of the action button.
Icon
Specifies an icon rendered in the action. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
Name
Defines the name of the Action. Predefined Action Names are: Copy, Retry and Discard.
Rounded
Defines the border radius of the action button.
Spacer
When set to true, the item will be just a line that makes a distinction between its neighbors clearly visible. Thus, you can place logically grouped items between two separators to distinguish them. A separator item does not render text, icons, children or a navigable link.
Text
Specifies the text rendered inside the action.
ThemeColor
Defines the theme color of the action button.