Theia API Documentation v1.65.0
    Preparing search index...
    interface LocationMapper {
        canHandle(location: string): MaybePromise<number>;
        map(location: string): MaybePromise<string>;
    }

    Implemented by

    Index

    Methods

    Methods