Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.quick-pick-item-kind

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

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

defaultcljs

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

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

separatorcljs

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.

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

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

× close