SetShowIsolatedElementsRequest

@Serializable
data class SetShowIsolatedElementsRequest(val isolatedElementHighlightConfigs: List<IsolatedElementHighlightConfig>)

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

Constructors

Link copied to clipboard
constructor(isolatedElementHighlightConfigs: List<IsolatedElementHighlightConfig>)

Properties

Link copied to clipboard

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