chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetContentQuadsRequest

GetContentQuadsRequest

data class GetContentQuadsRequest

Request object containing input parameters for the DOMDomain.getContentQuads command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.getContentQuads command.

GetContentQuadsRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Properties

backendNodeId

Identifier of the backend node.

val backendNodeId: BackendNodeId?

nodeId

Identifier of the node.

val nodeId: NodeId?

objectId

JavaScript object id of the node wrapper.

val objectId: RemoteObjectId?