14 lines
572 B
Markdown
14 lines
572 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) > [AXValueSourceType](./puppeteer.protocol.accessibility.axvaluesourcetype.md)
|
||
|
|
||
|
## Protocol.Accessibility.AXValueSourceType type
|
||
|
|
||
|
Enum of possible property sources.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type AXValueSourceType = ('attribute' | 'implicit' | 'style' | 'contents' | 'placeholder' | 'relatedElement');
|
||
|
```
|