what is the proper TypeScript type for a WatchHandle?
I'm assuming it's 'WatchHandle' but I don't see where to import it.
Thanks!
It's not a module you can import, but is available in our namespace if you need to type something for it.
let handle: __esri.WatchHandle;
You get the namespace typings automatically when you install @arcgis/core.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.