inc()

BProgress.inc() method

The inc() method is used to increment the progress bar by a specific percentage.

Usage

BProgress.inc(0.2);

Typing

BProgress.inc(amount: number): BProgress;

Parameters

NameTypeDescription
amountnumberThe percentage value between 0 and 1

On this page