Theia API Documentation v1.65.0
    Preparing search index...

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

    interface QuickPickItemButtonEvent<T extends QuickPickItem> {
        button: QuickInputButton;
        item: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    The button that was clicked.

    item: T

    The item that the button belongs to.