Theia API Documentation v1.65.0
    Preparing search index...
    interface VariableCommandInput {
        args?: any;
        command: string;
        id: string;
        type: "command";
    }
    Index

    Properties

    Properties

    args?: any

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

    command: string
    id: string
    type: "command"