Class
AIPromptOutputActionDescriptorBase

Definition

Namespace:Telerik.Blazor.Components.Common.AIPrompt

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AIPromptOutputActionDescriptorBase

Inheritance: objectAIPromptOutputActionDescriptorBase

Derived Classes: AIPromptOutputActionDescriptorInlineAIPromptOutputActionDescriptor

Constructors

AIPromptOutputActionDescriptorBase()

Declaration

cs-api-definition
public AIPromptOutputActionDescriptorBase()

Properties

Class

Defines the class of the action button.

Declaration

cs-api-definition
public string Class { get; set; }

Property Value

string

Enabled

Defines whether the action should be enabled.

Declaration

cs-api-definition
public bool Enabled { get; set; }

Property Value

bool

FillMode

Defines the fill mode of the action button.

Declaration

cs-api-definition
public string FillMode { get; set; }

Property Value

string

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.

Declaration

cs-api-definition
public object Icon { get; set; }

Property Value

object

Name

Defines the name of the Action. Predefined Action Names are: Copy, Retry and Discard.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Rounded

Defines the border radius of the action button.

Declaration

cs-api-definition
public string Rounded { get; set; }

Property Value

string

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.

Declaration

cs-api-definition
public bool Spacer { get; set; }

Property Value

bool

Text

Specifies the text rendered inside the action.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

ThemeColor

Defines the theme color of the action button.

Declaration

cs-api-definition
public string ThemeColor { get; set; }

Property Value

string

Title

Defines the title of the Action.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string