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

    Interface ConnectionStatusOptions

    Options accepted by the Blessed connectionStatus adapter.

    interface ConnectionStatusOptions {
        box?: BoxElementOptions;
        data: ConnectionStatusData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Connection state, latency, markers, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the ConnectionStatus.