HighlightNodeParameter

@Serializable
data class HighlightNodeParameter(val highlightConfig: Overlay.HighlightConfig, val nodeId: Int? = null, val backendNodeId: Int? = null, val objectId: String? = null, val selector: String? = null)

Constructors

Link copied to clipboard
constructor(highlightConfig: Overlay.HighlightConfig, nodeId: Int? = null, backendNodeId: Int? = null, objectId: String? = null, selector: String? = null)

Properties

Link copied to clipboard
val backendNodeId: Int? = null

Identifier of the backend node to highlight.

Link copied to clipboard

A descriptor for the highlight appearance.

Link copied to clipboard
val nodeId: Int? = null

Identifier of the node to highlight.

Link copied to clipboard
val objectId: String? = null

JavaScript object id of the node to be highlighted.

Link copied to clipboard
val selector: String? = null

Selectors to highlight relevant nodes.