ProgressOptions$Typings extension

on

Properties

cancellable bool?

Available on ProgressOptions, provided by the ProgressOptions$Typings extension

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.
getter/setter pair
location Object

Available on ProgressOptions, provided by the ProgressOptions$Typings extension

The location at which progress should show.
getter/setter pair
title String?

Available on ProgressOptions, provided by the ProgressOptions$Typings extension

A human-readable string which will be used to describe the operation.
getter/setter pair