Hi,
I would like to know if there is a way to catch any widget open and close events?
Thank you,
Maxime
Solved! Go to Solution.
Maxime,
For open yes.
topic.subscribe('openWidget', function(){
//do something
});
There is nothing in place that you can use for all widget on close.
Maxime,
For open yes.
topic.subscribe('openWidget', function(){
//do something
});
There is nothing in place that you can use for all widget on close.
Thank you Robert!
Need same thing in experience builder.. onClose Event