Class
ToolCommandArgsBase

Base class for command arguments.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
[JsonConverter(typeof(CommandArgsJsonConverter))]
public abstract class ToolCommandArgsBase

Inheritance: objectToolCommandArgsBase

Derived Classes: FormatCommandArgsHtmlCommandArgsImageCommandArgsLinkCommandArgsTableCommandArgsToolCommandArgs

Constructors

ToolCommandArgsBase()

Declaration

cs-api-definition
protected ToolCommandArgsBase()

Properties

CommandName

The editor command that will be invoked.

Declaration

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

Property Value

string

ShouldFocusView

Defines whether the execution of the command should focus the view of the Editor.

Declaration

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

Property Value

bool