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

Base class for command arguments.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

C#
[JsonConverter(typeof(CommandArgsJsonConverter))]
public abstract class ToolCommandArgsBase

Inheritance: objectToolCommandArgsBase

Derived Classes: FormatCommandArgsHtmlCommandArgsImageCommandArgsLinkCommandArgsTableCommandArgsToolCommandArgs...

Constructors

C#
protected ToolCommandArgsBase()

Properties

The editor command that will be invoked.

C#
public string CommandName { get; set; }

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

C#
public bool ShouldFocusView { get; set; }