mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(new-docs): add TSDoc comments to Accessibility (#5971)
* feat(new-docs): add tsdoc to `Accessibility`
This commit is contained in:
13
new-docs/puppeteer.snapshotoptions.interestingonly.md
Normal file
13
new-docs/puppeteer.snapshotoptions.interestingonly.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- 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;
|
||||
```
|
||||
Reference in New Issue
Block a user