Interface LegendItem

interface LegendItem {
    bgColor: string;
    description?: string;
    label: string;
}

Properties

bgColor: string
description?: string
label: string

Generated using TypeDoc