Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompletionEntryData

Hierarchy

  • CompletionEntryData

Index

Properties

Optional ambientModuleName

ambientModuleName: string

The module name (with quotes stripped) of the export's module symbol, if it was an ambient module

exportName

exportName: string

The name of the property or export in the module's symbol table. Differs from the completion name in the case of InternalSymbolName.ExportEquals and InternalSymbolName.Default.

Optional fileName

fileName: string

The file name declaring the export's module symbol, if it was an external module

Optional isPackageJsonImport

isPackageJsonImport: true

True if the export was found in the package.json AutoImportProvider

Optional moduleSpecifier

moduleSpecifier: string

Set for auto imports with eagerly resolved module specifiers.

Generated using TypeDoc