14 lines
552 B
Markdown
14 lines
552 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) > [DocumentSnapshot](./puppeteer.protocol.domsnapshot.documentsnapshot.md) > [layout](./puppeteer.protocol.domsnapshot.documentsnapshot.layout.md)
|
||
|
|
||
|
## Protocol.DOMSnapshot.DocumentSnapshot.layout property
|
||
|
|
||
|
The nodes in the layout tree.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
layout: LayoutTreeSnapshot;
|
||
|
```
|