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.serializedaxnode.name.md
Normal file
13
new-docs/puppeteer.serializedaxnode.name.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) > [SerializedAXNode](./puppeteer.serializedaxnode.md) > [name](./puppeteer.serializedaxnode.name.md)
|
||||
|
||||
## SerializedAXNode.name property
|
||||
|
||||
A human readable name for the node.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
name?: string;
|
||||
```
|
||||
Reference in New Issue
Block a user