The classBreaksInfo object provides information about the class breaks associated with the renderer.

See https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/.

interface ColorUniqueValueInfosJson {
    color?: ColorJson;
    description?: string;
    label?: string;
    values?: string[];
}

Properties

color?: ColorJson

Color is represented as a three or four-element array.

description?: string

String value used to describe the class.

label?: string

String value used to label the class.

values?: string[]

List of string values used to classify points.