# Structs
AXNode is a node in the accessibility tree.
AXProperty represents a property
https://chromedevtools.github.io/devtools-protocol/tot/Accessibility/#type-AXProperty
*/.
AXRelatedNode represents a related node
https://chromedevtools.github.io/devtools-protocol/tot/Accessibility/#type-AXRelatedNode
*/.
AXValue is a single computed AX property.
AXValueSource is a single source for a computed AX property.
PartialAXTreeParams represents Accessibility.partialAXTree parameters.
PartialAXTreeResult represents the result of calls to Accessibility.partialAXTree.
# Type aliases
AXNodeID is the unique accessibility node identifier.
AXPropertyName holds
- values of AXProperty name: from 'busy' to 'roledescription'
- states which apply to every AX node, from 'live' to 'root'
- attributes which apply to nodes in live regions, from 'autocomplete' to
'valuetext'
- attributes which apply to widgets, from 'checked' to 'selected'
- states which apply to widgets, from 'activedescendant' to 'owns'
- relationships between elements other than parent/child/sibling.
AXValueNativeSourceType is an enum of possible native property sources (as a subtype of a particular
AXValueSourceType).
AXValueSourceType is an enum of possible property sources.
AXValueType is an enum of possible property types.