Langium - v4.0.0
    Preparing search index...

    Interface GoToLink

    interface GoToLink {
        source: CstNode;
        target: CstNode;
        targetDocument: LangiumDocument;
    }
    Index

    Properties

    source: CstNode
    target: CstNode
    targetDocument: LangiumDocument