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

    Interface StackedGaugeOptions

    Options accepted by the Blessed stackedGauge adapter.

    interface StackedGaugeOptions {
        box?: BoxElementOptions;
        data: StackedGaugeData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Segment data, layout, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the StackedGauge.