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

GetBoxModelRequest

data class GetBoxModelRequest

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

Constructors

<init>

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

GetBoxModelRequest(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?