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

    Interface MetricBarItem

    Minimum data required for one MetricBars row.

    Applications may add arbitrary typed metadata for use by RenderMetricBarsOptions.formatValue.

    interface MetricBarItem {
        label: string;
        value: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional application-specific metric metadata.

    Index

    Properties

    Properties

    label: string

    Human-readable row label.

    value: number

    Finite numeric value mapped into the shared domain.