As title.
I tried to find the available event list in official doc but can't. Though I can find all available event from its source code by search .fire("/s+")
. But it is not efficient because I still need to read the context to know where the event triggered.
Anyone know where I can find the event list? or How I can know the event name fired by specific object, e.g. widget, dialog definition, etc.. ?
Thanks.