useLoadArcGISJSAPIModule
FunctionuseLoadArcGISJSAPIModule<T>(name: string): [void, void]Dynamically load a module from ArcGIS Maps SDK for JavaScript, returning an array where the first item indicates whether it has been loaded and the second item is the loaded module.
Type Parameters
| Parameter | Type |
|---|---|
T |
Parameters
| Parameter | Type | Notes |
|---|---|---|
name | string | example: |
Returns
[void, void]