Open
Description
Is your feature request related to a problem? Please describe.
When using the DOM Inspector, I'd like to know what element is currently selected.
Describe the solution you'd like
Exposing an onDOMSelect method or something similar that would fire each time a new element is selected.
Describe alternatives you've considered
None
Additional context
My goal is to show style details(basically recreating devtools, we're running in a sandboxed environment), so if this is something you're already looking at then its something I can wait on