QuickPickItemButtonEvent

An event describing a button that was pressed on a QuickPickItem.

Online Documentation

Properties

Link copied to clipboard
abstract val button: QuickInputButton

The button that was pressed.

Link copied to clipboard
abstract val item: T

The item that the button belongs to.