darcy-framework/darcy-web

Add API for HTML element specifics

Closed this issue · 1 comments

Beyond the common language of user interface elements, HTML has some additional concepts that could be very helpful to hook into when needed:

  • Read attributes from an element
  • Hook into JavaScript events

Hooking into JavaScript events is not yet implemented, but the structure is now there as of 4b547a1. Closing, will open new enhancement request for events.