Indeterminate

data class Indeterminate(val caption: String? = null, val sentiment: Sentiment = Sentiment.Nominal) : ProgressElement

UI element for a progress bar that is currently indeterminate.

This differs from a ThrobberElement in that it indicates that the work will follow a linear progression, but the amount of work is currently unknown.

Constructors

Link copied to clipboard
constructor(caption: String? = null, sentiment: Sentiment = Sentiment.Nominal)

Properties

Link copied to clipboard
open override val caption: String? = null

Optional caption to indicate what work is being done.

Link copied to clipboard
open override val sentiment: Sentiment

Signifier of the state of the work being done.