Module accessibility

Module accessibility 

Source
Expand description

§Accessibility Support

This module provides accessibility infrastructure for Tessera UI using AccessKit. It enables screen readers and other assistive technologies to interact with Tessera applications.

§Usage

Accessibility metadata is typically attached through semantics and interaction modifiers in higher-level component crates. Framework internals may also write accessibility state directly while building node-local modifier chains.

Structs§

AccessibilityId
A stable identifier for accessibility nodes.
AccessibilityNode
Semantic information for an accessibility node.
AccessibilityPadding
Padding applied to semantic bounds without affecting layout.

Type Aliases§

AccessibilityActionHandler
Handler for accessibility actions.