GetNodeForLocationResponse

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

Response type for the DOMDomain.getNodeForLocation command.

Constructors

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

Properties

Link copied to clipboard

Resulting node.

Link copied to clipboard

Frame this node belongs to.

Link copied to clipboard
val nodeId: NodeId? = null

Id of the node at given coordinates, only when enabled and requested document.