Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Protocol.Accessibility.AXValueType
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AXValueType } = Protocol.Accessibility;

Enum of possible property types.

definition:
| "boolean"
| "tristate"
| "booleanOrUndefined"
| "idref"
| "idrefList"
| "integer"
| "node"
| "nodeList"
| "number"
| "string"
| "computedString"
| "token"
| "tokenList"
| "domRelation"
| "role"
| "internalRole"
| "valueUndefined"