











In 3.x you look for the popups hide event
https://developers.arcgis.com/javascript/3/jsapi/popup-amd.html#event-hide
In 4.x
watchUtils.whenTrue(view.popup,'visible', function(){ watchUtils.whenFalseOnce(view.popup,'visible', function(){ console.info('popup has been closed'); }) });
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。