UNPKG

@arcgis/core

Version:

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

5 lines (4 loc) 183 B
/** @since 5.0 */ export type EventsTicksVisualization = "none" | "start-and-end" | "start-only"; /** @since 5.0 */ export type IdealEdgeLengthType = "absolute-value" | "multiplier";