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

    Interface MetricBarsOptions<TMetric>

    Options accepted by the Blessed metricBars adapter.

    interface MetricBarsOptions<TMetric extends MetricBarItem = MetricBarItem> {
        box?: MetricBarsBoxOptions;
        data: MetricBarsData<TMetric>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    Data passed to the pure renderMetricBars renderer.

    parent: Node

    Blessed screen or node that receives the created box.