Expand description
Event delegation system for Orbit UI framework
This module provides an enhanced event handling system with:
- Event bubbling and capturing
- Event delegation up and down the component tree
- Stop propagation and prevent default functionality
Structs§
- Delegated
Event - An enhanced event that includes propagation information
- Event
Delegate - Event delegate manages capturing, targeting, and bubbling of events
- Event
Propagation - Controls how an event propagates through the component tree
Enums§
- Propagation
Phase - Specifies the event propagation phase
Functions§
- build_
delegation_ tree - Helper to build an event delegation tree from a component tree