ÂĢ Handler Resolution System

Test the new flexible handler resolution with methods object and global fallback support!

đŸŽ¯ Resolution Priority: The system checks handlers in this order:
1. Class methods (default priority)
2. Methods object (Vue.js-like pattern)
3. Global fallback (window.handlerName)
Note: Priority can be changed with methodsFirst: true

đŸ›ī¸ Class Handler (Traditional)

Handler defined as class method - the original YpsilonEventHandler pattern.

đŸ“Ļ Methods Object (Vue.js-like)

Handlers defined in separate methods object - perfect for modular code organization.

🌍 Global Fallback

Handlers defined globally - useful for legacy integration and plugin systems.

🔄 Priority System

Same handler name in multiple locations - shows resolution priority.

📋 Event Log

Handler events will appear here...

âš™ī¸ Current Configuration

Loading configuration...