puppeteer/new-docs/puppeteer.serializedaxnode.role.md
Jack Franklin 0b3d52a70e
feat(new-docs): add TSDoc comments to Accessibility (#5971)
* feat(new-docs): add tsdoc to `Accessibility`
2020-06-05 15:20:11 +01:00

14 lines
411 B
Markdown

<!-- 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; [role](./puppeteer.serializedaxnode.role.md)
## SerializedAXNode.role property
The [role](https://www.w3.org/TR/wai-aria/#usage_intro) of the node.
<b>Signature:</b>
```typescript
role: string;
```