puppeteer/new-docs/puppeteer.protocol.dom.boxmodel.md
2020-07-13 14:01:35 +01:00

1.3 KiB

Home > puppeteer > Protocol > DOM > BoxModel

Protocol.DOM.BoxModel interface

Box model.

Signature:

export interface BoxModel 

Properties

Property Type Description
border Quad Border box
content Quad Content box
height integer Node height
margin Quad Margin box
padding Quad Padding box
shapeOutside ShapeOutsideInfo Shape outside coordinates
width integer Node width