Expand description
Accessibility — platform accessibility integration.
Provides AccessibilityNode, Role, and AccessibilityTree
for building the accessibility tree exposed to platform APIs
(Windows UI Automation, macOS Accessibility, AT-SPI on Linux).
Structs§
- Accessibility
Node - A single node in the accessibility tree.
- Accessibility
Tree - The root accessibility tree for the application.
- Accessible
State - ARIA-style state flags for an accessible element.
Enums§
- Role
- Platform-independent accessible role.