Class GridNodeHighlightConfig
Configurations for Persistent Grid Highlight
public sealed record GridNodeHighlightConfig : IEquatable<GridNodeHighlightConfig>
- Inheritance
-
GridNodeHighlightConfig
- Implements
- Inherited Members
Constructors
GridNodeHighlightConfig(GridHighlightConfig, NodeId)
Configurations for Persistent Grid Highlight
public GridNodeHighlightConfig(GridHighlightConfig GridHighlightConfig, NodeId NodeId)
Parameters
GridHighlightConfigGridHighlightConfigA descriptor for the highlight appearance.
NodeIdNodeIdIdentifier of the node to highlight.
Properties
GridHighlightConfig
A descriptor for the highlight appearance.
public GridHighlightConfig GridHighlightConfig { get; init; }
Property Value
NodeId
Identifier of the node to highlight.
public NodeId NodeId { get; init; }