Theia API Documentation v1.65.0
    Preparing search index...
    interface CommandRegistryExt {
        $executeCommand<T>(
            id: string,
            ...ars: any[],
        ): PromiseLike<undefined | T>;
        registerArgumentProcessor(processor: ArgumentProcessor): void;
    }
    Index

    Methods

    • Type Parameters

      • T

      Parameters

      • id: string
      • ...ars: any[]

      Returns PromiseLike<undefined | T>