mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
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 |