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

    Interface ProgressBarValueContext

    Normalized value information passed to a progress value formatter.

    interface ProgressBarValueContext {
        percentage: number;
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    percentage: number

    Rounded progress in the inclusive range from 0 to 100.

    value: number

    Numeric value after it has been clamped to the configured range.