[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Accessibility](./puppeteer.protocol.accessibility.md) > [AXValueNativeSourceType](./puppeteer.protocol.accessibility.axvaluenativesourcetype.md) ## Protocol.Accessibility.AXValueNativeSourceType type Enum of possible native property sources (as a subtype of a particular AXValueSourceType). Signature: ```typescript export type AXValueNativeSourceType = ('figcaption' | 'label' | 'labelfor' | 'labelwrapped' | 'legend' | 'tablecaption' | 'title' | 'other'); ```