puppeteer/new-docs/puppeteer.protocol.domsnapshot.getsnapshotrequest.computedstylewhitelist.md

14 lines
624 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [GetSnapshotRequest](./puppeteer.protocol.domsnapshot.getsnapshotrequest.md) &gt; [computedStyleWhitelist](./puppeteer.protocol.domsnapshot.getsnapshotrequest.computedstylewhitelist.md)
## Protocol.DOMSnapshot.GetSnapshotRequest.computedStyleWhitelist property
Whitelist of computed styles to return.
<b>Signature:</b>
```typescript
computedStyleWhitelist: string[];
```