@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface NotificationActionLike

    One action button, as the platform sees it.

    interface NotificationActionLike {
        isCloseAffordance?: boolean;
        title: string;
    }
    Index
    isCloseAffordance?: boolean
    title: string