Liking cljdoc? Tell your friends :D

dots.typescript.implementation-location


context-spancljs

(context-span implementation-location)

If DocumentSpan.textSpan is the span for name of the declaration, then this is the span for relevant declaration

Returns: TextSpan | undefined

If DocumentSpan.textSpan is the span for name of the declaration,
then this is the span for relevant declaration

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

display-partscljs

(display-parts implementation-location)

Returns: SymbolDisplayPart[]

**Returns:** `SymbolDisplayPart[]`
sourceraw docstring

file-namecljs

(file-name implementation-location)

Returns: string

**Returns:** `string`
sourceraw docstring

kindcljs

(kind implementation-location)

Returns: ScriptElementKind

**Returns:** `ScriptElementKind`
sourceraw docstring

original-context-spancljs

(original-context-span implementation-location)

Returns: TextSpan | undefined

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

original-file-namecljs

(original-file-name implementation-location)

Returns: string | undefined

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

original-text-spancljs

(original-text-span implementation-location)

If the span represents a location that was remapped (e.g. via a .d.ts.map file), then the original filename and span will be specified here

Returns: TextSpan | undefined

If the span represents a location that was remapped (e.g. via a .d.ts.map file),
then the original filename and span will be specified here

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

set-context-span!cljs

(set-context-span! implementation-location value)

If DocumentSpan.textSpan is the span for name of the declaration, then this is the span for relevant declaration

If DocumentSpan.textSpan is the span for name of the declaration,
then this is the span for relevant declaration
sourceraw docstring

set-display-parts!cljs

(set-display-parts! implementation-location value)
source

set-file-name!cljs

(set-file-name! implementation-location value)
source

set-kind!cljs

(set-kind! implementation-location value)
source

set-original-context-span!cljs

(set-original-context-span! implementation-location value)
source

set-original-file-name!cljs

(set-original-file-name! implementation-location value)
source

set-original-text-span!cljs

(set-original-text-span! implementation-location value)

If the span represents a location that was remapped (e.g. via a .d.ts.map file), then the original filename and span will be specified here

If the span represents a location that was remapped (e.g. via a .d.ts.map file),
then the original filename and span will be specified here
sourceraw docstring

set-text-span!cljs

(set-text-span! implementation-location value)
source

text-spancljs

(text-span implementation-location)

Returns: TextSpan

**Returns:** `TextSpan`
sourceraw docstring

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

× close