laptop and a wrench

不具合

The TypeScript typing for the Collection class in ArcGIS Maps SDK for JavaScript does not reflect the correct type for an undefined value.

ArcGIS Maps SDK for JavaScript
不具合 ID 番号 BUG-000170691
送信されましたSeptember 11, 2024
最終更新日December 6, 2024
適用対象ArcGIS Maps SDK for JavaScript
見つかったバージョン4.30
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスUnder Consideration

対処法

This issue can be fixed with a local type override. Example:

declare namespace __esri { interface Collection { find(callback: __esri.ItemTestCallback): T | undefined; } }

This correctly signifies the types.

再現の手順

不具合 ID: BUG-000170691

ソフトウェア:

  • ArcGIS Maps SDK for JavaScript

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動