15 lines
354 B
Markdown
15 lines
354 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [BoxModel](./puppeteer.boxmodel.md) > [content](./puppeteer.boxmodel.content.md)
|
||
|
|
||
|
## BoxModel.content property
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
content: Array<{
|
||
|
x: number;
|
||
|
y: number;
|
||
|
}>;
|
||
|
```
|