puppeteer/new-docs/puppeteer.protocol.accessibility.axvalue.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Accessibility](./puppeteer.protocol.accessibility.md) &gt; [AXValue](./puppeteer.protocol.accessibility.axvalue.md)
## Protocol.Accessibility.AXValue interface
A single computed AX property.
<b>Signature:</b>
```typescript
export interface AXValue
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [relatedNodes](./puppeteer.protocol.accessibility.axvalue.relatednodes.md) | [AXRelatedNode](./puppeteer.protocol.accessibility.axrelatednode.md)<!-- -->\[\] | One or more related nodes, if applicable. |
| [sources](./puppeteer.protocol.accessibility.axvalue.sources.md) | [AXValueSource](./puppeteer.protocol.accessibility.axvaluesource.md)<!-- -->\[\] | The sources which contributed to the computation of this property. |
| [type](./puppeteer.protocol.accessibility.axvalue.type.md) | [AXValueType](./puppeteer.protocol.accessibility.axvaluetype.md) | The type of this value. |
| [value](./puppeteer.protocol.accessibility.axvalue.value.md) | any | The computed value of this property. |