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

    Interface GaugeOptions

    Options accepted by the Blessed gauge adapter.

    interface GaugeOptions {
        box?: GaugeBoxOptions;
        data: GaugeData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: GaugeData

    Data passed to the pure renderGauge renderer.

    parent: Node

    Blessed screen or node receiving the created box.