Liking cljdoc? Tell your friends :D

dots.typescript.completion-entry-data-unresolved


ambient-module-namecljs

(ambient-module-name completion-entry-data-unresolved)

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

Returns: string | undefined

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

**Returns:** `string | undefined`
sourceraw docstring

export-map-keycljs

(export-map-key completion-entry-data-unresolved)

Returns: ExportMapInfoKey

**Returns:** `ExportMapInfoKey`
sourceraw docstring

export-namecljs

(export-name completion-entry-data-unresolved)

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.

Returns: 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.

**Returns:** `string`
sourceraw docstring

file-namecljs

(file-name completion-entry-data-unresolved)

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

Returns: string | undefined

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

**Returns:** `string | undefined`
sourceraw docstring

module-specifiercljs

(module-specifier completion-entry-data-unresolved)

Returns: string | undefined

**Returns:** `string | undefined`
sourceraw docstring

package-json-importcljs

(package-json-import completion-entry-data-unresolved)

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

Returns: true | undefined

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

**Returns:** `true | undefined`
sourceraw docstring

set-ambient-module-name!cljs

(set-ambient-module-name! completion-entry-data-unresolved value)

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

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

set-export-map-key!cljs

(set-export-map-key! completion-entry-data-unresolved value)
source

set-export-name!cljs

(set-export-name! completion-entry-data-unresolved value)

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.

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.
sourceraw docstring

set-file-name!cljs

(set-file-name! completion-entry-data-unresolved value)

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

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

set-is-package-json-import!cljs

(set-is-package-json-import! completion-entry-data-unresolved value)

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

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

set-module-specifier!cljs

(set-module-specifier! completion-entry-data-unresolved value)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close