IsolatedElementHighlightConfig

@Serializable
data class IsolatedElementHighlightConfig(val isolationModeHighlightConfig: Overlay.IsolationModeHighlightConfig, val nodeId: Int)

Constructors

Link copied to clipboard
constructor(isolationModeHighlightConfig: Overlay.IsolationModeHighlightConfig, nodeId: Int)

Properties

Link copied to clipboard

A descriptor for the highlight appearance of an element in isolation mode.

Link copied to clipboard
val nodeId: Int

Identifier of the isolated element to highlight.