@vertigis/viewer-spec 48.0.0 → 48.1.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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { BasemapExtensionProperties } from "@vertigis/arcgis-extensions/mapping/BasemapExtension";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for a Basemap component.
|
|
4
|
+
*/
|
|
5
|
+
export interface BasemapModelProperties extends BasemapExtensionProperties {
|
|
6
|
+
/**
|
|
7
|
+
* Whether the info icon should be shown in the basemap picker.
|
|
8
|
+
*/
|
|
9
|
+
showInfoIcon?: boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{};
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED