mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
23
new-docs/puppeteer.protocol.accessibility.axvalue.md
Normal file
23
new-docs/puppeteer.protocol.accessibility.axvalue.md
Normal file
@@ -0,0 +1,23 @@
|
||||
<!-- 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) > [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. |
|
||||
|
||||
Reference in New Issue
Block a user