Class GridNodeHighlightConfig
Configurations for Persistent Grid Highlight
public sealed class GridNodeHighlightConfig
- Inheritance
-
GridNodeHighlightConfig
- Inherited Members
Properties
GridHighlightConfig
A descriptor for the highlight appearance.
[JsonPropertyName("gridHighlightConfig")]
public GridHighlightConfig GridHighlightConfig { get; set; }
Property Value
NodeId
Identifier of the node to highlight.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }