set()

BProgress.set() method

The set() method is used to set the progress bar to a specific percentage.

Usage

BProgress.set(0.5);

Typing

BProgress.set(n: number): BProgress;

Parameters

NameTypeDescription
nnumberThe percentage value between 0 and 1

On this page