14 lines
539 B
Markdown
14 lines
539 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Accessibility](./puppeteer.protocol.accessibility.md) > [AXRelatedNode](./puppeteer.protocol.accessibility.axrelatednode.md) > [idref](./puppeteer.protocol.accessibility.axrelatednode.idref.md)
|
||
|
|
||
|
## Protocol.Accessibility.AXRelatedNode.idref property
|
||
|
|
||
|
The IDRef value provided, if any.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
idref?: string;
|
||
|
```
|