Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportDeclaration

Hierarchy

Index

Properties

_declarationBrand

_declarationBrand: any

_statementBrand

_statementBrand: any

Optional Readonly decorators

decorators: NodeArray<Decorator>

Readonly end

end: number

Optional Readonly exportClause

exportClause: NamedExportBindings

Will not be assigned in the case of export * from "foo";

Readonly flags

flags: NodeFlags

Readonly isTypeOnly

isTypeOnly: boolean

Readonly kind

Optional Readonly modifiers

modifiers: ModifiersArray

Optional Readonly moduleSpecifier

moduleSpecifier: Expression

If this is not a StringLiteral it will be a grammar error.

Optional Readonly name

Readonly parent

Readonly pos

pos: number

Methods

forEachChild

  • forEachChild<T>(cbNode: (node: Node) => T, cbNodeArray?: (nodes: NodeArray<Node>) => T): T

getChildAt

getChildCount

getChildren

getEnd

  • getEnd(): number

getFirstToken

getFullStart

  • getFullStart(): number

getFullText

getFullWidth

  • getFullWidth(): number

getLastToken

getLeadingTriviaWidth

  • getLeadingTriviaWidth(sourceFile?: SourceFile): number

getSourceFile

getStart

  • getStart(sourceFile?: SourceFile, includeJsDocComment?: boolean): number
  • Parameters

    • Optional sourceFile: SourceFile
    • Optional includeJsDocComment: boolean

    Returns number

getText

getWidth

Generated using TypeDoc