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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.