Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DefaultDeclaration

Default declaration. Is used when a file exports something as its default. Primary use is to ask the user about a name for the default export. Is kind of an abstract declaration since there is no real declaration.

export
class

DefaultDeclaration

implements

{ExportableDeclaration}

Hierarchy

  • DefaultDeclaration

Implements

Index

Constructors

constructor

  • new DefaultDeclaration(name: string, resource: Resource, start?: undefined | number, end?: undefined | number): DefaultDeclaration

Properties

Optional end

end: undefined | number

Private exported

exported: Declaration | undefined

isExported

isExported: boolean = true

name

name: string

Private resource

resource: Resource

Optional start

start: undefined | number

Accessors

exportedDeclaration

Generated using TypeDoc