Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImportTypeNode

Hierarchy

Index

Properties

_typeNodeBrand

_typeNodeBrand: any

Readonly argument

argument: TypeNode

Optional Readonly decorators

decorators: NodeArray<Decorator>

Readonly end

end: number

Readonly flags

flags: NodeFlags

Readonly isTypeOf

isTypeOf: boolean

Readonly kind

Optional Readonly modifiers

modifiers: ModifiersArray

Readonly parent

parent: Node

Readonly pos

pos: number

Optional Readonly qualifier

qualifier: EntityName

Optional Readonly typeArguments

typeArguments: NodeArray<TypeNode>

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