Class SetShowIsolatedElementsCommandSettings
Show elements in isolation mode with overlays.
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
An array of node identifiers and descriptors for the highlight appearance.
[JsonPropertyName("isolatedElementHighlightConfigs")]
public IsolatedElementHighlightConfig[] IsolatedElementHighlightConfigs { get; set; }