Langium - v4.0.0
    Preparing search index...

    Interface ImplementationProvider

    Language-specific service for handling go to implementation requests.

    interface ImplementationProvider {
        getImplementation(
            document: LangiumDocument,
            params: ImplementationParams,
            cancelToken?: Cancellation.CancellationToken,
        ): MaybePromise<undefined | LocationLink[]>;
    }

    Implemented by

    Index

    Methods