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

    Interface StatOptions

    Options accepted by the Blessed stat adapter.

    interface StatOptions {
        box?: StatBoxOptions;
        data: StatData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: StatData

    Data passed to the pure renderStat renderer.

    parent: Node

    Blessed screen or node that receives the created box.