QuickPickItemButtonEvent

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

Online Documentation

Properties

Link copied to clipboard
abstract val button: QuickInputButton

The button that was clicked.

Link copied to clipboard
abstract val item: T

The item that the button belongs to.