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