Class SetInspectModeCommandSettings
SetInspectMode
public sealed class SetInspectModeCommandSettings : ICommand
- Inheritance
-
SetInspectModeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
HighlightConfig
Gets or sets the highlightConfig
[JsonPropertyName("highlightConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HighlightConfig HighlightConfig { get; set; }
Property Value
Mode
Gets or sets the mode
[JsonPropertyName("mode")]
public InspectMode Mode { get; set; }