import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { AXValueSource } = default.Accessibility;
A single source for a computed AX property.
Properties
type: AXValueSourceType
What type of source this is.
optional
value: AXValueThe value of this property source.
optional
attributeValue: AXValueThe value of the relevant attribute, if any.
optional
nativeSource: AXValueNativeSourceTypeThe native markup source for this value, e.g. a element.
optional
nativeSourceValue: AXValueThe value, such as a node or node list, of the native source.