SetShowFlexOverlaysRequest

@Serializable
data class SetShowFlexOverlaysRequest(val flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>)

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

Constructors

Link copied to clipboard
constructor(flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>)

Properties

Link copied to clipboard

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