Options to configure the behavior of the quick pick UI.
Options to configure the behavior of the quick pick UI.
(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.
An optional flag to make the picker accept multiple selections, if true the result is an array of picks.
(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.
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.
(match-on-description? quick-pick-options)
An optional flag to include the description when filtering the picks.
An optional flag to include the description when filtering the picks.
(match-on-detail? quick-pick-options)
An optional flag to include the detail when filtering the picks.
An optional flag to include the detail when filtering the picks.
(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`
(place-holder quick-pick-options)
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.
(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.
(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.
(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.
(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.
(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.
(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.
(title quick-pick-options)
An optional string that represents the title of the quick pick.
An optional string that represents the title of the quick pick.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close