14 lines
634 B
Markdown
14 lines
634 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) > [GetSnapshotResponse](./puppeteer.protocol.domsnapshot.getsnapshotresponse.md) > [computedStyles](./puppeteer.protocol.domsnapshot.getsnapshotresponse.computedstyles.md)
|
||
|
|
||
|
## Protocol.DOMSnapshot.GetSnapshotResponse.computedStyles property
|
||
|
|
||
|
Whitelisted ComputedStyle properties for each node in the layout tree.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
computedStyles: ComputedStyle[];
|
||
|
```
|