puppeteer/new-docs/puppeteer.protocol.domsnapshot.documentsnapshot.contentwidth.md
2020-07-13 14:01:35 +01:00

14 lines
559 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [DocumentSnapshot](./puppeteer.protocol.domsnapshot.documentsnapshot.md) &gt; [contentWidth](./puppeteer.protocol.domsnapshot.documentsnapshot.contentwidth.md)
## Protocol.DOMSnapshot.DocumentSnapshot.contentWidth property
Document content width.
<b>Signature:</b>
```typescript
contentWidth?: number;
```