Types
import type { JSONLoaderOptions, LocationFunction } from "@arcgis/core/intl/t9n.js";Type definitions
JSONLoaderOptions
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
location
Property
- Type
- string | URL | LocationFunction
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The location of the translation files.
It can be either a string or URL pointing to the folder where the files are located, or
a function called with a specified path. The function should return the final path.