ProgressOptions

Value-object describing where and how progress should show.

Online Documentation

Properties

Link copied to clipboard
abstract var cancellable: Boolean?

Controls if a cancel button should show to allow the user to cancel the long running operation. Note that currently only ProgressLocation.Notification is supporting to show a cancel button.

Link copied to clipboard
abstract var title: String?

A human-readable string which will be used to describe the operation.