Expand description
Focus ownership, traversal, and restoration for interactive UI.
§Usage
Register focus targets, scopes, and traversal rules for keyboard and IME input.
Structs§
- Focus
Group Node - Persistent traversal-only focus group handle.
- Focus
Manager - Owner-scoped focus manager for traversal and forced clear operations.
- Focus
Properties - Focus properties used when registering a focus node on the current component.
- Focus
Requester - Imperative handle used to request focus for a registered target.
- Focus
Reveal Request - A request for scroll containers to reveal a focused rectangle.
- Focus
Scope Node - Persistent focus scope handle.
- Focus
Traversal Policy - Policy applied by a focus scope or group when traversal starts inside it.
Enums§
- Focus
Direction - Focus traversal direction for owner-level movement.
- Focus
State - Focus state for a registered focus node.
- Focus
Traversal Strategy - Strategy used by a focus traversal policy.