Class InsertTextCommandSettings
InsertText
public sealed class InsertTextCommandSettings : ICommand
- Inheritance
-
InsertTextCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Text
Gets or sets the text
[JsonPropertyName("text")]
public string Text { get; set; }