puppeteer/docs/api/puppeteer.boxmodel.md

23 lines
812 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: BoxModel
---
# BoxModel interface
#### Signature:
2022-07-05 13:41:43 +00:00
```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 | | |