[arcgis-js-api.d.ts] mode property of PrintTask is readonly
See original GitHub issueI’m trying to set the mode
property of the PrintTask
interface to async
but it’s marked as readonly.
I’m using version 4.6.0
of package @types/arcgis-js-api
.
Any workaround ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
PrintTask | API Reference | ArcGIS API for JavaScript 3.42
The PrintTask class generates a printer-ready version of the map using an Export Web Map Task available with ArGIS Server 10.1 and later....
Read more >TSDoc: @readonly
This modifier tag indicates that an API item should be documented as being read-only, even if the TypeScript type system may indicate otherwise....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, I’m able to see the problem now. You can workaround it by changing “ExportWebMap_Portail_Adherent” to not start with “Export” since the code is truncating the URL at the first occurrence of “Export”.
That’s works fine! Thank you.