2020-06-05 14:20:11 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [SnapshotOptions](./puppeteer.snapshotoptions.md) > [interestingOnly](./puppeteer.snapshotoptions.interestingonly.md)
|
|
|
|
|
|
|
|
## SnapshotOptions.interestingOnly property
|
|
|
|
|
2020-08-14 12:18:46 +00:00
|
|
|
Prune uninteresting nodes from the tree.
|
2020-06-05 14:20:11 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interestingOnly?: boolean;
|
|
|
|
```
|