ClassToolCommandArgsBase
Class
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:
Constructors
ToolCommandArgsBase()
Declaration
cs-api-definition
protected ToolCommandArgsBase()
Properties
CommandName
The editor command that will be invoked.
ShouldFocusView
Defines whether the execution of the command should focus the view of the Editor.