@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
16 lines (15 loc) • 324 B
TypeScript
/**
* View utils for components
*
* @internal
* @internal
*/
import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
/**
* Waits until the specified view is not updating anymore.
*
* @param view
* @internal
* @internal
*/
export function waitUpdated(view: MapViewOrSceneView): Promise<void>;