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

    Interface TaskProgressOptions

    Options accepted by the Blessed taskProgress adapter.

    interface TaskProgressOptions {
        box?: BoxElementOptions;
        data: TaskProgressData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Task content, state, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the TaskProgress.