Class InsertTextCommandSettings
This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.
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
The text to insert.
[JsonPropertyName("text")]
public string Text { get; set; }