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

    Interface ThresholdsOptions

    Options accepted by the Blessed thresholds adapter.

    interface ThresholdsOptions {
        box?: ThresholdsBoxOptions;
        data: ThresholdsData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Data passed to the pure renderThresholds renderer.

    parent: Node

    Blessed screen or node receiving the created box.