Skip to main content

Module event

Module event 

Source
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ยง

EventResult
Result produced by a component handling an input event.
InputEvent
A user input event, framework-agnostic.
InputKey
Logical key identifiers, independent of any specific UI framework.