Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProgressOptions

Value-object describing where and how progress should show.

层级

  • ProgressOptions

索引

Properties(3)

Properties(3)

location

location: ProgressLocation | { viewId: string }

The location at which progress should show.

Optional title

title: string

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

Optional cancellable

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.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹