Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.quick-pick-item-button-event

An event signaling when a button in a particular {@link QuickPickItem } was triggered. This event does not fire for buttons in the title bar.

An event signaling when a button in a particular {@link QuickPickItem } was triggered.
This event does not fire for buttons in the title bar.
raw docstring

buttoncljs

(button quick-pick-item-button-event)

The button that was clicked.

Returns: QuickInputButton

The button that was clicked.

**Returns:** `QuickInputButton`
sourceraw docstring

itemcljs

(item quick-pick-item-button-event)

The item that the button belongs to.

Returns: T

The item that the button belongs to.

**Returns:** `T`
sourceraw docstring

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

× close