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; [SerializedAXNode](./puppeteer.serializedaxnode.md) &gt; [name](./puppeteer.serializedaxnode.name.md)
## SerializedAXNode.name property
A human readable name for the node.
<b>Signature:</b>
```typescript
name?: string;
```