The kind of {@link QuickPickItem quick pick item}.

Static variables

@:enumstaticread onlyDefault:QuickPickItemKind

The default {@link QuickPickItem.kind} is an item that can be selected in the quick pick.

@:enumstaticread onlySeparator:QuickPickItemKind

When a {@link QuickPickItem} has a kind of {@link Separator}, the item is just a visual separator and does not represent a real item. The only property that applies is {@link QuickPickItem.label label }. All other properties on {@link QuickPickItem} will be ignored and have no effect.