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

29 lines
2.1 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; [AXValueSource](./puppeteer.protocol.accessibility.axvaluesource.md)
## Protocol.Accessibility.AXValueSource interface
A single source for a computed AX property.
<b>Signature:</b>
```typescript
export interface AXValueSource
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [attribute](./puppeteer.protocol.accessibility.axvaluesource.attribute.md) | string | The name of the relevant attribute, if any. |
| [attributeValue](./puppeteer.protocol.accessibility.axvaluesource.attributevalue.md) | [AXValue](./puppeteer.protocol.accessibility.axvalue.md) | The value of the relevant attribute, if any. |
| [invalid](./puppeteer.protocol.accessibility.axvaluesource.invalid.md) | boolean | Whether the value for this property is invalid. |
| [invalidReason](./puppeteer.protocol.accessibility.axvaluesource.invalidreason.md) | string | Reason for the value being invalid, if it is. |
| [nativeSource](./puppeteer.protocol.accessibility.axvaluesource.nativesource.md) | [AXValueNativeSourceType](./puppeteer.protocol.accessibility.axvaluenativesourcetype.md) | The native markup source for this value, e.g. a <label> element. |
| [nativeSourceValue](./puppeteer.protocol.accessibility.axvaluesource.nativesourcevalue.md) | [AXValue](./puppeteer.protocol.accessibility.axvalue.md) | The value, such as a node or node list, of the native source. |
| [superseded](./puppeteer.protocol.accessibility.axvaluesource.superseded.md) | boolean | Whether this source is superseded by a higher priority source. |
| [type](./puppeteer.protocol.accessibility.axvaluesource.type.md) | [AXValueSourceType](./puppeteer.protocol.accessibility.axvaluesourcetype.md) | What type of source this is. |
| [value](./puppeteer.protocol.accessibility.axvaluesource.value.md) | [AXValue](./puppeteer.protocol.accessibility.axvalue.md) | The value of this property source. |