Events API
wijjit.core.events defines the event types, handler metadata, and the registry that dispatches input through your application.
Event types
Base event class. |
|
Keyboard input event. |
|
Action event triggered by UI elements. |
|
Value change event for form elements. |
|
Focus change event. |
|
Mouse input event. |
|
Event type enumeration. |
|
Handler scope enumeration. |
Handlers & registry
Event handler registration. |
|
Registry for managing and dispatching event handlers. |