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

    Type Alias ProgressBarHandle

    ProgressBarHandle: BlessedComponentHandle<
        ProgressBarData,
        blessed.Widgets.BoxElement,
    >

    Imperative handle returned by progressBar.

    The handle owns one Blessed BoxElement. It does not own the parent screen and never calls screen.render(), allowing callers to batch several updates into one terminal render.