ProgressPromiseOptions

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

Options for the progress indicator promise function.

Constructors

Link copied to clipboard
constructor(min: Duration? = null, delay: Duration? = null, waitAnimation: Boolean? = null)

Properties

Link copied to clipboard
val delay: Duration? = null
Link copied to clipboard
val min: Duration? = null
Link copied to clipboard
val waitAnimation: Boolean? = null