Definition
Namespace:Telerik.Blazor.Components.Common.AIPrompt
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class AIPromptOutputActionDescriptorBase
Inheritance: objectAIPromptOutputActionDescriptorBase
Derived Classes:
Constructors
C#
public AIPromptOutputActionDescriptorBase()
Properties
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.
C#
public object Icon { get; set; }
Defines the name of the Action. Predefined Action Names are: Copy, Retry and Discard.
C#
public string Name { get; set; }
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.
C#
public bool Spacer { get; set; }
Defines the theme color of the action button.
C#
public string ThemeColor { get; set; }