Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a declaration of a namespace in a d.ts file.

Hierarchy

  • Declaration

Index

Properties

Optional body

body: undefined | string

Declaration body, contains all exported members of the namespace.

Optional endIndex

endIndex: undefined | number

Index within the documnet where the declaration ends.

name

name: string

Declaration namespace name.

startIndex

startIndex: number

Index within the documnet where the declaration starts.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc