Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunctionDeclaration

Hierarchy

  • Node
    • FunctionDeclaration

Index

Properties

async

async: boolean

body

end

end: number

generator

generator: boolean

id

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

params

params: LVal[]

Optional returnType

returnType: TypeAnnotation

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "FunctionDeclaration"

Optional typeParameters

typeParameters: TypeParameterDeclaration

Generated using TypeDoc