On widget open/close events

507
3
Jump to solution
09-17-2019 11:55 AM
MaximeDemers
Occasional Contributor III

Hi,

I would like to know if there is a way to catch any widget open and close events?

Thank you,

Maxime

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Maxime,

   For open yes.

topic.subscribe('openWidget', function(){
//do something
});

There is nothing in place that you can use for all widget on close.

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

Maxime,

   For open yes.

topic.subscribe('openWidget', function(){
//do something
});

There is nothing in place that you can use for all widget on close.

MaximeDemers
Occasional Contributor III

Thank you Robert!

0 Kudos
naveenbesri
Occasional Contributor

Need same thing in experience builder.. onClose Event

0 Kudos