<!-- 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; [AXValueNativeSourceType](./puppeteer.protocol.accessibility.axvaluenativesourcetype.md)

## Protocol.Accessibility.AXValueNativeSourceType type

Enum of possible native property sources (as a subtype of a particular AXValueSourceType).

<b>Signature:</b>

```typescript
export type AXValueNativeSourceType = ('figcaption' | 'label' | 'labelfor' | 'labelwrapped' | 'legend' | 'tablecaption' | 'title' | 'other');
```