Liking cljdoc? Tell your friends :D

dots.vscode.quick-pick-options

Options to configure the behavior of the quick pick UI.

Options to configure the behavior of the quick pick UI.
raw docstring

can-pick-many?cljs

(can-pick-many? quick-pick-options)

An optional flag to make the picker accept multiple selections, if true the result is an array of picks.

Returns: boolean | undefined

An optional flag to make the picker accept multiple selections, if true the result is an array of picks.

**Returns:** `boolean | undefined`
sourceraw docstring

ignore-focus-out?cljs

(ignore-focus-out? quick-pick-options)

Set to true to keep the picker open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.

Returns: boolean | undefined

Set to `true` to keep the picker open when focus moves to another part of the editor or to another window.
This setting is ignored on iPad and is always false.

**Returns:** `boolean | undefined`
sourceraw docstring

match-on-description?cljs

(match-on-description? quick-pick-options)

An optional flag to include the description when filtering the picks.

Returns: boolean | undefined

An optional flag to include the description when filtering the picks.

**Returns:** `boolean | undefined`
sourceraw docstring

match-on-detail?cljs

(match-on-detail? quick-pick-options)

An optional flag to include the detail when filtering the picks.

Returns: boolean | undefined

An optional flag to include the detail when filtering the picks.

**Returns:** `boolean | undefined`
sourceraw docstring

on-did-select-itemcljs

(on-did-select-item quick-pick-options item)

An optional function that is invoked whenever an item is selected.

Parameters:

  • item: string | QuickPickItem

Returns: any

An optional function that is invoked whenever an item is selected.

**Parameters:**
- `item`: `string | QuickPickItem`

**Returns:** `any`
sourceraw docstring

place-holdercljs

(place-holder quick-pick-options)

An optional string to show as placeholder in the input box to guide the user what to pick on.

Returns: string | undefined

An optional string to show as placeholder in the input box to guide the user what to pick on.

**Returns:** `string | undefined`
sourceraw docstring

set-can-pick-many!cljs

(set-can-pick-many! quick-pick-options value)

An optional flag to make the picker accept multiple selections, if true the result is an array of picks.

An optional flag to make the picker accept multiple selections, if true the result is an array of picks.
sourceraw docstring

set-ignore-focus-out!cljs

(set-ignore-focus-out! quick-pick-options value)

Set to true to keep the picker open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.

Set to `true` to keep the picker open when focus moves to another part of the editor or to another window.
This setting is ignored on iPad and is always false.
sourceraw docstring

set-match-on-description!cljs

(set-match-on-description! quick-pick-options value)

An optional flag to include the description when filtering the picks.

An optional flag to include the description when filtering the picks.
sourceraw docstring

set-match-on-detail!cljs

(set-match-on-detail! quick-pick-options value)

An optional flag to include the detail when filtering the picks.

An optional flag to include the detail when filtering the picks.
sourceraw docstring

set-place-holder!cljs

(set-place-holder! quick-pick-options value)

An optional string to show as placeholder in the input box to guide the user what to pick on.

An optional string to show as placeholder in the input box to guide the user what to pick on.
sourceraw docstring

set-title!cljs

(set-title! quick-pick-options value)

An optional string that represents the title of the quick pick.

An optional string that represents the title of the quick pick.
sourceraw docstring

titlecljs

(title quick-pick-options)

An optional string that represents the title of the quick pick.

Returns: string | undefined

An optional string that represents the title of the quick pick.

**Returns:** `string | undefined`
sourceraw docstring

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

× close