Langium - v4.0.0
    Preparing search index...

    Interface ExpectDiagnosticAstOptions<T>

    interface ExpectDiagnosticAstOptions<T extends AstNode> {
        node?: T;
        property?: { index?: number; name: Properties<T> } | Properties<T>;
    }

    Type Parameters

    Index

    Properties

    Properties

    node?: T
    property?: { index?: number; name: Properties<T> } | Properties<T>