feat(new-docs): add TSDoc comments to Accessibility (#5971)

* feat(new-docs): add tsdoc to `Accessibility`
This commit is contained in:
Jack Franklin
2020-06-05 15:20:11 +01:00
committed by GitHub
parent 086c08998b
commit 0b3d52a70e
36 changed files with 590 additions and 34 deletions

View File

@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [SnapshotOptions](./puppeteer.snapshotoptions.md) &gt; [interestingOnly](./puppeteer.snapshotoptions.interestingonly.md)
## SnapshotOptions.interestingOnly property
Prune unintersting nodes from the tree.
<b>Signature:</b>
```typescript
interestingOnly?: boolean;
```