InspectedElementAnchorConfig

@Serializable
data class InspectedElementAnchorConfig(val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null)

Properties

Link copied to clipboard

Identifier of the backend node to highlight.

Link copied to clipboard

Identifier of the node to highlight.