Class ContainerQueryHighlightConfig
public sealed record ContainerQueryHighlightConfig : IEquatable<ContainerQueryHighlightConfig>
- Inheritance
-
ContainerQueryHighlightConfig
- Implements
- Inherited Members
Constructors
ContainerQueryHighlightConfig(ContainerQueryContainerHighlightConfig, NodeId)
public ContainerQueryHighlightConfig(ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig, NodeId NodeId)
Parameters
ContainerQueryContainerHighlightConfigContainerQueryContainerHighlightConfigA descriptor for the highlight appearance of container query containers.
NodeIdNodeIdIdentifier of the container node to highlight.
Properties
ContainerQueryContainerHighlightConfig
A descriptor for the highlight appearance of container query containers.
public ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig { get; init; }
Property Value
NodeId
Identifier of the container node to highlight.
public NodeId NodeId { get; init; }