Text

@JsonClass(generateAdapter = true)
class Text(val text: String) : ProgressIndicatorFormat

A progress indicator that displays a text message to the user.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The specific format type of this progress indicator.

Link copied to clipboard

The text content to display as the progress indicator.