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

    Interface CommandLinkLike

    A command reference for UI elements. Structurally compatible with vscode.Command for the fields the framework carries.

    interface CommandLinkLike {
        arguments?: readonly unknown[];
        command: string;
        title: string;
    }
    Index
    arguments?: readonly unknown[]
    command: string
    title: string