Class
FormatCommandArgs

Command argumemnts for the editor command that formats content.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class FormatCommandArgs : ToolCommandArgsBase

Inheritance: objectToolCommandArgsBaseFormatCommandArgs

Inherited Members ToolCommandArgsBase.CommandNameToolCommandArgsBase.ShouldFocusView

Constructors

FormatCommandArgs()

Declaration

cs-api-definition
public FormatCommandArgs()

FormatCommandArgs(string, string)

Declaration

cs-api-definition
public FormatCommandArgs(string commandName, string value)

Parameters

commandName

string

value

string

Properties

Value

The value for the command that will determine the formatting options.

Declaration

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

Property Value

string