Structs§
- Action
Request - Affine
- A 2D affine transform. Derived from kurbo.
- Custom
Action - Defines a custom action for a UI element.
- Frozen
Node - An accessibility node snapshot that can’t be modified. This is not used by
toolkits or applications, but only by code that retains an AccessKit tree
in memory, such as the
accesskit_consumer
crate. - Node
- A single accessible object. A complete UI is represented as a tree of these.
- NodeId
- The stable identity of a
Node
, unique within the node’s tree. - Point
- A 2D point. Derived from kurbo.
- Rect
- A rectangle. Derived from kurbo.
- Size
- A 2D size. Derived from kurbo.
- Text
Position - Text
Selection - Tree
- The data associated with an accessibility tree that’s global to the tree and not associated with any particular node.
- Tree
Update - A serializable representation of an atomic change to a
Tree
. - Vec2
- A 2D vector. Derived from kurbo.
Enums§
- Action
- An action to be taken on an accessibility node.
- Action
Data - Aria
Current - Auto
Complete - HasPopup
- Invalid
- Indicates if a form control has invalid input or if a web DOM element has an
aria-invalid
attribute. - List
Style - Live
- Orientation
- Role
- The type of an accessibility node.
- Sort
Direction - Text
Align - Text
Decoration - Text
Direction - Toggled
- Vertical
Offset
Traits§
- Action
Handler - Handles requests from assistive technologies or other clients.
- Activation
Handler - Handles activation of the application’s accessibility implementation.
- Deactivation
Handler - Handles deactivation of the application’s accessibility implementation.