Unable to set an event listener for the Expand widget.
最後に公開された状態: October 22, 2018ArcGIS API for JavaScript
不具合 ID 番号
BUG-000116072
送信されました
August 13, 2018
最終更新日
June 5, 2024
適用対象
ArcGIS API for JavaScript
見つかったバージョン
4.8
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
There is no click event on the expand widget, to listen for when it is clicked, you can watch for its "expanded" property
bgExpand.watch("expanded",function(){
alert("expanded");
});