Hi there,
I am developing a plugin to respond to a change of collection/item selection, i.e., another collection or item is clicked, and I am wondering how I can register such an action?
In the developer's page, I realize there exists the notification system that's helpful for plugin development, but it only exposes events such as add/modify/delete etc. How can I get access to the mouse click events?
Thanks,
Auto