mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
746 B
Markdown
14 lines
746 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) > [paintOrders](./puppeteer.protocol.domsnapshot.layouttreesnapshot.paintorders.md)
|
|
|
|
## Protocol.DOMSnapshot.LayoutTreeSnapshot.paintOrders property
|
|
|
|
Global paint order index, which is determined by the stacking order of the nodes. Nodes that are painted together will have the same index. Only provided if includePaintOrder in captureSnapshot was true.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
paintOrders?: integer[];
|
|
```
|