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