pl.wendigo.chrome.api.dom / GetBoxModelResponse

GetBoxModelResponse

data class GetBoxModelResponse (source)

Represents response frame that is returned from DOM#getBoxModel operation call. Returns boxes for the given node.

Link
DOM#getBoxModel method documentation.

See Also

DOMOperations.getBoxModel

Constructors

<init>

GetBoxModelResponse(model: BoxModel)

Represents response frame that is returned from DOM#getBoxModel operation call. Returns boxes for the given node.

Properties

model

val model: BoxModel

Box model for the node.