Get Box Model Request
data class GetBoxModelRequest(nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?)
Content copied to clipboard
Represents request frame that can be used with DOM#getBoxModel operation call.
Returns boxes for the given node.
See also
Constructors
GetBoxModelRequest
Link copied to clipboard
fun GetBoxModelRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard