Skip to main content
Go to Latest
type alias Protocol.Accessibility.AXValueType
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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"
)