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

    Interface QuickPickItemButtonEvent<T>

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

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

    Type Parameters

    Index

    Properties

    Properties

    The button that was pressed.

    item: T

    The item that the button belongs to.