Expand description
Focus manager coordinating focus traversal, history, and traps.
The manager tracks the current focus, maintains a navigation history,
and enforces focus traps for modal dialogs. It also provides a
configurable FocusIndicator for styling the focused widget.
Structs§
- Focus
Group - Group of focusable widgets for tab traversal.
- Focus
Manager - Central focus coordinator.
- Focus
Trap - Active focus trap (e.g., modal).
Enums§
- Focus
Event - Focus change events emitted by the manager.