KC's Workspace
    Preparing search index...

    Interface TSInstantiationExpression

    interface TSInstantiationExpression {
        end: number;
        expression: Expression;
        parent?: Node;
        range?: [number, number];
        start: number;
        type: "TSInstantiationExpression";
        typeArguments: TSTypeParameterInstantiation;
    }

    Hierarchy (View Summary)

    • Span
      • TSInstantiationExpression
    Index

    Properties

    end: number
    expression: Expression
    parent?: Node
    range?: [number, number]
    start: number
    type: "TSInstantiationExpression"