@legumeinfo/web-components
    Preparing search index...

    Type Alias LegendEntry

    The structure each entry in the data given to the LisLegendElement component must have.

    type LegendEntry = {
        color?: string;
        label: string;
    }
    Index

    Properties

    Properties

    color?: string
    label: string