R.utils (version 0.9.5)

setValue.ProgressBar: Sets current value

Description

Sets current value. Note that this method does not update the bar visually.

Usage

## S3 method for class 'ProgressBar}(this, value, ...)':
setValueundefined

 value{A numeric in [0,maxValue].}
  ...{Not used.}

 Returns old value.

 [object Object]

 *setProgress().
   *increase().
   *reset().
   For more information see ProgressBar.
internal
methods

Arguments