Feature request: Close Indicator popup on programaticaly.
Hello,
First of all, great product. Is there an API call that I could utilise to close the open pop-up? I have looked into the "insertIndicator" action using the executeActionById method, but haven't found anything that would close the indicator popup "programmatically". Maybe there are other ways I'm not aware of? Are there workarounds to "unmount" the pop-up component on the client?
You could use closePopupsAndDialogs as in
widget.closePopupsAndDialogs();
Thank you for a fast response. The widget.closePopupsAndDialogs() might just do the job. By the way, is there any documentation on how one would go about getting unique identifiers for all open popups, or open/close a popup given some unique identifier?