Progress
Parameters
T
the type that describes the progress, typically @see Number
bounds
bounds of the progress
class Name
CSS class names
init
an initializer extension function
Constructors
Functions
get First Progress Bar
Link copied to clipboard
Returns the first progress bar.
get Progress Bars
Link copied to clipboard
Returns the list of all progress bars.
Properties
Extensions
progress Numeric
Link copied to clipboard
fun Progress<out Number>.progressNumeric(initialValue: Number = 0, contentGenerator: ContentGenerator<Number> = ContentGenerator { _, _, _ -> }, bgColor: BsBgColor? = null, className: String? = null, init: NumberProgressBarTag.() -> Unit? = null): <ERROR CLASS>
Content copied to clipboard