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

    Interface HealthIndicatorOptions

    Options accepted by the Blessed healthIndicator adapter.

    interface HealthIndicatorOptions {
        box?: BoxElementOptions;
        data: HealthIndicatorData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Service health data, markers, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the HealthIndicator.