UNPKG

@arcgis/core

Version:

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

17 lines (16 loc) 293 B
/** * Layers Effects json utils for Components. * * @internal * @internal */ /** * Converts the effect property to its JSON value. * * Throws an error if the effect property is invalid. * * @param input * @internal * @internal */ export function toJSON(input: any | string): any;