Package-level declarations

Types

Link copied to clipboard
open class Progress(options: ProgressOptions = ProgressOptions())

The progress indicator.

Link copied to clipboard
data class ProgressOptions(val height: Int? = null, val className: String? = null, val color: Color? = null, val container: JsAny? = null, val maxWidth: String? = null, val position: ProgressPosition? = null, val duration: Duration? = null, val hideDuration: Duration? = null, val zIndex: Int? = null, val timing: String? = null)

Options for the progress indicator.

Link copied to clipboard

Position of the progress indicator.

Link copied to clipboard
data class ProgressPromiseOptions(val min: Duration? = null, val delay: Duration? = null, val waitAnimation: Boolean? = null)

Options for the progress indicator promise function.