blessed-components - v1.20.0
    Preparing search index...

    Interface LegendItem

    One series or category rendered by renderLegend.

    interface LegendItem {
        description?: string;
        id: string;
        label: string;
        marker?: string;
    }
    Index

    Properties

    description?: string

    Optional description appended after the label.

    id: string

    Stable series or category identifier.

    label: string

    Visible label.

    marker?: string

    Visible marker used to identify the item without color.

    '■'