@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
16 lines (15 loc) • 303 B
TypeScript
/**
* Style utils for Components.
*
* @internal
* @internal
*/
/**
* Return the symbol URL for a given style item in the preferred format.
*
* @param item
* @param type
* @internal
* @internal
*/
export function symbolUrlFromStyleItem(item: object, type: string): string | null | undefined;