@vertigis/arcgis-extensions 34.4.2 → 34.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppConfig.schema.json +8 -0
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/layer_preset_LayerPreset.LayerPreset.html +17 -12
- package/docs/html/interfaces/layer_preset_LayerPreset.LayerPresetProperties.html +9 -5
- package/docs/html/modules/version.html +1 -1
- package/layer-preset/LayerPreset.d.ts +18 -1
- package/layer-preset/LayerPreset.js +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/AppConfig.schema.json
CHANGED
|
@@ -3608,6 +3608,10 @@
|
|
|
3608
3608
|
},
|
|
3609
3609
|
"type": "array"
|
|
3610
3610
|
},
|
|
3611
|
+
"description": {
|
|
3612
|
+
"description": "See{@linkLayerPreset.description}.",
|
|
3613
|
+
"type": "string"
|
|
3614
|
+
},
|
|
3611
3615
|
"failureMode": {
|
|
3612
3616
|
"$ref": "#/definitions/FailureMode",
|
|
3613
3617
|
"description": "See{@linkInitializableBase.failureMode}."
|
|
@@ -3616,6 +3620,10 @@
|
|
|
3616
3620
|
"description": "See{@linkLayerPreset.icon}.",
|
|
3617
3621
|
"type": "string"
|
|
3618
3622
|
},
|
|
3623
|
+
"iconUrl": {
|
|
3624
|
+
"description": "See{@linkLayerPreset.iconUrl}.",
|
|
3625
|
+
"type": "string"
|
|
3626
|
+
},
|
|
3619
3627
|
"id": {
|
|
3620
3628
|
"description": "The unique ID to assign to the entity. If not specified, one will be\ngenerated.",
|
|
3621
3629
|
"type": "string"
|