dec()

BProgress.dec() method

The dec() method is used to decrement the progress bar by a specific percentage.

Usage

BProgress.dec(0.2);

Typing

BProgress.dec(amount: number): BProgress;

Parameters

NameTypeDescription
amountnumberThe percentage value between 0 and 1

On this page