Expand description
Framework-agnostic input event types and interaction results.
These types define the contract between the UI framework layer (e.g. ratatui) and the core A2UI runtime, enabling keyboard events to be routed to components and interaction results (actions, data updates) to flow back to the application.
Enumsยง
- Event
Result - Result produced by a component handling an input event.
- Input
Event - A user input event, framework-agnostic.
- Input
Key - Logical key identifiers, independent of any specific UI framework.