UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

26 lines (24 loc) 493 B
/** * 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 * @since 5.0 * @internal */ export function waitUpdated(view: MapViewOrSceneView): Promise<void>; /** * Gets all the service mock dependencies. * * @internal * @since 5.0 * @internal */ export function getServiceMockDependencies(): Promise<any>;