Progress
fun <T> Progress( min: T, max: T, className: String? = null, init: Progress<T>.() -> Unit? = null)
Content copied to clipboard
Parameters
min
the minimal value
max
the maximal value
class Name
CSS class names
init
an initializer extension function
fun <T> Progress( bounds: Bounds<T>, className: String? = null, init: Progress<T>.() -> Unit? = null)
Content copied to clipboard
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