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

    Interface StatusOptions

    Options accepted by the Blessed status adapter.

    interface StatusOptions {
        box?: BoxElementOptions;
        data: StatusData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Status text, tone, markers, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the Status.