Liking cljdoc? Tell your friends :D

dots.vscode.progress-options

Value-object describing where and how progress should show.

Value-object describing where and how progress should show.
raw docstring

cancellable?cljs

(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.
sourceraw docstring

locationcljs

(location progress-options)

The location at which progress should show.

The location at which progress should show.
sourceraw docstring

set-cancellable!cljs

(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.
sourceraw docstring

set-location!cljs

(set-location! progress-options value)

The location at which progress should show.

The location at which progress should show.
sourceraw docstring

set-title!cljs

(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.
sourceraw docstring

titlecljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close