SetShowGridOverlaysRequest

@Serializable
data class SetShowGridOverlaysRequest(val gridNodeHighlightConfigs: List<GridNodeHighlightConfig>)

Request object containing input parameters for the OverlayDomain.setShowGridOverlays command.

Constructors

Link copied to clipboard
constructor(gridNodeHighlightConfigs: List<GridNodeHighlightConfig>)

Properties

Link copied to clipboard

An array of node identifiers and descriptors for the highlight appearance.