toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetBoxModelResponse
Get
Box
Model
Response
@
Serializable
data
class
GetBoxModelResponse
(
val
model
:
BoxModel
)
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.