FIMViz.jsAPI
    Preparing search index...

    Class Legend

    Index
    • Parameters

      • Optionalopts: {
            kind?: "continuous" | "classed";
            source?: "default" | "palette" | "custom" | "gdal";
            stops?: LegendStop[];
            unit?: string;
        } = {}

      Returns Legend

    formatLabel: (stop: LegendStop) => string
    formatValue: (value: string | number) => string
    kind: "continuous" | "classed"
    source: "default" | "palette" | "custom" | "gdal"
    stops: LegendStop[]
    unit: string
    • HTML for the legend. Continuous → a gradient bar with min/max; classed → coloured rows.

      Returns string