Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateExpression

Hierarchy

  • Node
    • UpdateExpression

Index

Properties

argument

argument: Expression

end

end: number

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

operator

operator: "++" | "--"

prefix

prefix: boolean

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "UpdateExpression"

Generated using TypeDoc