HighlightNodeRequest

@Serializable
data class HighlightNodeRequest(val highlightConfig: HighlightConfig, val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null, val objectId: RemoteObjectId? = null, val selector: String? = null)(source)

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

Constructors

Link copied to clipboard
constructor(highlightConfig: HighlightConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, selector: String? = null)

Types

Link copied to clipboard
class Builder(val highlightConfig: HighlightConfig)

Properties

Link copied to clipboard

Identifier of the backend node to highlight.

Link copied to clipboard

A descriptor for the highlight appearance.

Link copied to clipboard
val nodeId: NodeId? = null

Identifier of the node to highlight.

Link copied to clipboard

JavaScript object id of the node to be highlighted.

Link copied to clipboard
val selector: String? = null

Selectors to highlight relevant nodes.