mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
720 B
Markdown
14 lines
720 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) > [LayoutTreeNode](./puppeteer.protocol.domsnapshot.layouttreenode.md) > [paintOrder](./puppeteer.protocol.domsnapshot.layouttreenode.paintorder.md)
|
||
|
|
||
|
## Protocol.DOMSnapshot.LayoutTreeNode.paintOrder 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 getSnapshot was true.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
paintOrder?: integer;
|
||
|
```
|