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

    Type Alias ProgressBarBoxOptions

    ProgressBarBoxOptions: Omit<
        blessed.Widgets.BoxOptions,
        "content"
        | "parent"
        | "tags",
    >

    Blessed box options supported by the ProgressBar adapter.

    parent, content, and tags are managed by progressBar: