Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NewExpression

Hierarchy

  • Node
    • NewExpression

Index

Properties

arguments

arguments: Array<Expression | SpreadElement>

callee

callee: Expression | Super

end

end: number

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "NewExpression"

Generated using TypeDoc