GridNodeHighlightConfig

@Serializable
data class GridNodeHighlightConfig(val gridHighlightConfig: Overlay.GridHighlightConfig, val nodeId: Int)

Configurations for Persistent Grid Highlight

Constructors

Link copied to clipboard
constructor(gridHighlightConfig: Overlay.GridHighlightConfig, nodeId: Int)

Properties

Link copied to clipboard

A descriptor for the highlight appearance.

Link copied to clipboard
val nodeId: Int

Identifier of the node to highlight.