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