UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 290 B
import type GraphObject from "./GraphObject.js"; import type Path from "./Path.js"; import type { GeometryUnion } from "../../geometry/types.js"; /** @since 5.0 */ export type GraphAnyValue = Path | GraphObject | GeometryUnion | Date | string | number | GraphAnyValue[] | null | undefined;