Interface GoToLink

interface GoToLink {
    source: CstNode;
    target: CstNode;
    targetDocument: LangiumDocument<AstNode>;
}

Properties

source: CstNode
target: CstNode
targetDocument: LangiumDocument<AstNode>