puppeteer/docs/api/puppeteer.boxmodel.md
dependabot[bot] 93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates (#12101)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-20 15:03:14 +00:00

127 lines
863 B
Markdown

---
sidebar_label: BoxModel
---
# BoxModel interface
#### Signature:
```typescript
export interface BoxModel
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
border
</td><td>
</td><td>
[Quad](./puppeteer.quad.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
content
</td><td>
</td><td>
[Quad](./puppeteer.quad.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
height
</td><td>
</td><td>
number
</td><td>
</td><td>
</td></tr>
<tr><td>
margin
</td><td>
</td><td>
[Quad](./puppeteer.quad.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
padding
</td><td>
</td><td>
[Quad](./puppeteer.quad.md)
</td><td>
</td><td>
</td></tr>
<tr><td>
width
</td><td>
</td><td>
number
</td><td>
</td><td>
</td></tr>
</tbody></table>