@maschinenlesbar.org/hochwasserzentralen-cli
    Preparing search index...

    Interface LegendItem

    One legend entry: a class value with its display name and colour/style.

    interface LegendItem {
        color?: string;
        cssStyle?: Record<string, string>;
        lhpClass: number;
        lhpClassName: string;
    }
    Index
    color?: string
    cssStyle?: Record<string, string>
    lhpClass: number

    Numeric for stations (4..-1); the alerts legend also uses numbers (6..1).

    lhpClassName: string