Theia API Documentation v1.65.0
    Preparing search index...
    interface ScmCommand {
        arguments?: any[];
        command?: string;
        title: string;
        tooltip?: string;
    }
    Index

    Properties

    arguments?: any[]

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    command?: string
    title: string
    tooltip?: string