Class SetShowContainerQueryOverlaysCommandSettings
SetShowContainerQueryOverlays
public sealed class SetShowContainerQueryOverlaysCommandSettings : ICommand- Inheritance
- 
      
      SetShowContainerQueryOverlaysCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
ContainerQueryHighlightConfigs
Gets or sets the containerQueryHighlightConfigs
[JsonPropertyName("containerQueryHighlightConfigs")]
public ContainerQueryHighlightConfig[] ContainerQueryHighlightConfigs { get; set; }