QuickPickItem

Represents an item that can be selected from a list of items.

Online Documentation

Properties

Link copied to clipboard
abstract var alwaysShow: Boolean?

Determines if this item is always shown, even when filtered out by the user's input.

Link copied to clipboard

Optional buttons that will be rendered on this particular item.

Link copied to clipboard
abstract var description: String?

A human-readable string which is rendered less prominently in the same line.

Link copied to clipboard
abstract var detail: String?

A human-readable string which is rendered less prominently in a separate line.

Link copied to clipboard
abstract var iconPath: IconPath?

The icon for the item.

Link copied to clipboard
abstract var kind: QuickPickItemKind?

The kind of this item that determines how it is rendered in the quick pick.

Link copied to clipboard
abstract var label: String

A human-readable string which is rendered prominently.

Link copied to clipboard
abstract var picked: Boolean?

Optional flag indicating if this item is initially selected.