puppeteer/new-docs/puppeteer.protocol.domsnapshot.nodetreesnapshot.contentdocumentindex.md

14 lines
641 B
Markdown
Raw Normal View History

<!-- 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; [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) &gt; [contentDocumentIndex](./puppeteer.protocol.domsnapshot.nodetreesnapshot.contentdocumentindex.md)
## Protocol.DOMSnapshot.NodeTreeSnapshot.contentDocumentIndex property
The index of the document in the list of the snapshot documents.
<b>Signature:</b>
```typescript
contentDocumentIndex?: RareIntegerData;
```