Value-object describing where and how progress should show.
Value-object describing where and how progress should show.
(cancellable? progress-options)
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.
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.
(location progress-options)
The location at which progress should show.
The location at which progress should show.
(set-cancellable! progress-options value)
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.
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.
(set-location! progress-options value)
The location at which progress should show.
The location at which progress should show.
(set-title! progress-options value)
A human-readable string which will be used to describe the operation.
A human-readable string which will be used to describe the operation.
(title progress-options)
A human-readable string which will be used to describe the operation.
A human-readable string which will be used to describe the operation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close