14 lines
424 B
Markdown
14 lines
424 B
Markdown
|
<!-- 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
|
||
|
|
||
|
Prune unintersting nodes from the tree.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
interestingOnly?: boolean;
|
||
|
```
|