NewExpressioninterface NewExpression extends ExpressionBase {arguments?: Argument[];callee: Expression;type: "NewExpression";typeArguments?: TsTypeParameterInstantiation;}§Extends§ExpressionBase[src]§Properties§arguments?: Argument[][src]§callee: Expression[src]§type: "NewExpression"[src]§typeArguments?: TsTypeParameterInstantiation[src]