New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Blazor.Components.Common.AIPrompt

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class AIPromptOutputActionDescriptorBase

Inheritance: objectAIPromptOutputActionDescriptorBase

Derived Classes: AIPromptOutputActionDescriptorInlineAIPromptOutputActionDescriptor

Constructors

C#
public AIPromptOutputActionDescriptorBase()

Properties

Defines the class of the action button.

C#
public string Class { get; set; }

Defines whether the action should be enabled.

C#
public bool Enabled { get; set; }

Defines the fill mode of the action button.

C#
public string FillMode { get; set; }

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; }

Defines the border radius of the action button.

C#
public string Rounded { 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; }

Specifies the text rendered inside the action.

C#
public string Text { get; set; }

Defines the theme color of the action button.

C#
public string ThemeColor { get; set; }

Defines the title of the Action.

C#
public string Title { get; set; }