mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
764 B
Markdown
23 lines
764 B
Markdown
---
|
|
sidebar_label: BoxModel
|
|
---
|
|
|
|
# BoxModel interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface BoxModel
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| -------- | --------- | --------------------------- | ----------- | ------- |
|
|
| border | | [Quad](./puppeteer.quad.md) | | |
|
|
| content | | [Quad](./puppeteer.quad.md) | | |
|
|
| height | | number | | |
|
|
| margin | | [Quad](./puppeteer.quad.md) | | |
|
|
| padding | | [Quad](./puppeteer.quad.md) | | |
|
|
| width | | number | | |
|