data class GetContentQuadsRequest
Request object containing input parameters for the DOMDomain.getContentQuads command.
<init> |
Request object containing input parameters for the DOMDomain.getContentQuads command. GetContentQuadsRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null) |
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? |