<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [BoxModel](./puppeteer.boxmodel.md) &gt; [content](./puppeteer.boxmodel.content.md)

## BoxModel.content property

<b>Signature:</b>

```typescript
content: Array<{
        x: number;
        y: number;
    }>;
```