Skip to content

ProgressOptions ​

Options for Out.progress.

Signatures ​

ts
interface ProgressOptions {}

Members ​

Properties ​

fallback ​

Fallback strategy when !isTTY or jsonMode.

ts
fallback?: Fallback;

label ​

Label displayed alongside the progress bar.

ts
label?: string;

total ​

Total units of work. When provided, the bar shows a determinate percentage. When omitted, the bar pulses in indeterminate mode.

ts
total?: number;

See Also ​

Released under the MIT License.