Langium - v4.1.0
    Preparing search index...

    Type Alias CrossReferencesOfAstNodeType<N>

    CrossReferencesOfAstNodeType:
        | SingleCrossReferencesOfAstNodeType<N>
        | MultiCrossReferencesOfAstNodeType<N>

    Describes a union type including only names(!) of the cross-reference properties of the given AstNode type. Enhances compile-time validation of cross-reference distinctions, e.g. in scope providers in combination with assertUnreachable(context.property).

    Type Parameters