puppeteer/docs/api/puppeteer.boxmodel.md
2023-03-28 18:02:00 +00:00

23 lines
812 B
Markdown

---
sidebar_label: BoxModel
---
# BoxModel interface
#### Signature:
```typescript
export interface BoxModel
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------- | --------------------------------- | ----------- | ------- |
| border | | [Point](./puppeteer.point.md)\[\] | | |
| content | | [Point](./puppeteer.point.md)\[\] | | |
| height | | number | | |
| margin | | [Point](./puppeteer.point.md)\[\] | | |
| padding | | [Point](./puppeteer.point.md)\[\] | | |
| width | | number | | |