14 lines
621 B
Markdown
14 lines
621 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) > [clientRects](./puppeteer.protocol.domsnapshot.layouttreesnapshot.clientrects.md)
|
|
|
|
## Protocol.DOMSnapshot.LayoutTreeSnapshot.clientRects property
|
|
|
|
The client rect of nodes. Only available when includeDOMRects is set to true
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
clientRects?: Rectangle[];
|
|
```
|