Looking for the list of available events
I attempted to locate the event list in the official documentation, but unfortunately came up short. I resorted to searching through the source code using .fire("/s+")
to identify all available events. However, this method proved to be inefficient as I still had to read through the context to discover where the event was triggered.
Does anyone know where I can find the complete event list? Or is there a way to determine which event is being fired by a specific object, such as a widget or dialog definition?
Appreciate your help.