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

GetBoxModelResponse

data class GetBoxModelResponse

Response type for the DOMDomain.getBoxModel command.

Constructors

<init>

Response type for the DOMDomain.getBoxModel command.

GetBoxModelResponse(model: BoxModel)

Properties

model

Box model for the node.

val model: BoxModel