Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VariableDeclaration

Variable declaration. Is contained in a method or function, or can be exported.

export
class

VariableDeclaration

implements

{ExportableDeclaration}

implements

{TypedDeclaration}

Hierarchy

  • VariableDeclaration

Implements

Index

Constructors

Properties

Constructors

constructor

  • new VariableDeclaration(name: string, isConst: boolean, isExported: boolean, type: string | undefined, start?: undefined | number, end?: undefined | number): VariableDeclaration

Properties

Optional end

end: undefined | number

isConst

isConst: boolean

isExported

isExported: boolean

name

name: string

Optional start

start: undefined | number

type

type: string | undefined

Generated using TypeDoc