chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetBoxModelResponse
Get
Box
Model
Response
@
Serializable
data
class
GetBoxModelResponse
(
val
model
:
BoxModel
)
(
source
)
Response type for the
DOMDomain.getBoxModel
command.
Members
Constructors
Get
Box
Model
Response
Link copied to clipboard
constructor
(
model
:
BoxModel
)
Properties
model
Link copied to clipboard
val
model
:
BoxModel
Box model for the node.