Langium - v4.0.0
    Preparing search index...

    Interface FindReferencesOptions

    interface FindReferencesOptions {
        documentUri?: URI;
        includeDeclaration?: boolean;
    }
    Index

    Properties

    documentUri?: URI

    When set, the findReferences method will only return references/declarations from the specified document.

    includeDeclaration?: boolean

    Whether the returned list of references should include the declaration.