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

    Interface StepIndicatorOptions

    Options accepted by the Blessed stepIndicator adapter.

    interface StepIndicatorOptions {
        box?: BoxElementOptions;
        data: StepIndicatorData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Step content, layout, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the StepIndicator.