@arcgis/ai-agents 5.1.0-next.112 → 5.1.0-next.114
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
2
|
-
export declare function executeChangeNonspatialVisibility(setting: "hidden" | "visible", linkChartView: LinkChartView): string
|
|
2
|
+
export declare function executeChangeNonspatialVisibility(setting: "hidden" | "visible", linkChartView: LinkChartView): Promise<string>;
|
|
@@ -2,3 +2,4 @@ import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
|
|
|
2
2
|
import { default as MapView } from '@arcgis/core/views/MapView.js';
|
|
3
3
|
export declare function validateMapLayers(mapView: MapView): void;
|
|
4
4
|
export declare function isMapView(view: LinkChartView | MapView | undefined): view is MapView;
|
|
5
|
+
export declare function zoomToLinkChartExtent(view: LinkChartView | MapView | undefined): Promise<void>;
|