Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Accessibility_AXValueNativeSourceType

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Accessibility_AXValueNativeSourceType
import { type Accessibility_AXValueNativeSourceType } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

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

definition:
| "description"
| "figcaption"
| "label"
| "labelfor"
| "labelwrapped"
| "legend"
| "rubyannotation"
| "tablecaption"
| "title"
| "other"