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

    Interface SpinnerOptions

    Options accepted by the Blessed spinner adapter.

    interface SpinnerOptions {
        box?: BoxElementOptions;
        data?: SpinnerData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Animation, label, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the Spinner.