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
Link copied to clipboard
Returns the first progress bar.
Link copied to clipboard
Returns the list of all progress bars.
Properties
Extensions
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