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

Enum of possible property types.

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