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

14 lines
590 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; [TextBoxSnapshot](./puppeteer.protocol.domsnapshot.textboxsnapshot.md) &gt; [layoutIndex](./puppeteer.protocol.domsnapshot.textboxsnapshot.layoutindex.md)
## Protocol.DOMSnapshot.TextBoxSnapshot.layoutIndex property
Index of the layout tree node that owns this box collection.
<b>Signature:</b>
```typescript
layoutIndex: integer[];
```