Liking cljdoc? Tell your friends :D

dots.typescript.referenced-symbol-definition-info


container-kindcljs

(container-kind referenced-symbol-definition-info)

Returns: ScriptElementKind

**Returns:** `ScriptElementKind`
sourceraw docstring

container-namecljs

(container-name referenced-symbol-definition-info)

Returns: string

**Returns:** `string`
sourceraw docstring

context-spancljs

(context-span referenced-symbol-definition-info)

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 referenced-symbol-definition-info)

Returns: SymbolDisplayPart[]

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

file-namecljs

(file-name referenced-symbol-definition-info)

Returns: string

**Returns:** `string`
sourceraw docstring

kindcljs

(kind referenced-symbol-definition-info)

Returns: ScriptElementKind

**Returns:** `ScriptElementKind`
sourceraw docstring

namecljs

(name referenced-symbol-definition-info)

Returns: string

**Returns:** `string`
sourceraw docstring

original-context-spancljs

(original-context-span referenced-symbol-definition-info)

Returns: TextSpan | undefined

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

original-file-namecljs

(original-file-name referenced-symbol-definition-info)

Returns: string | undefined

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

original-text-spancljs

(original-text-span referenced-symbol-definition-info)

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-container-kind!cljs

(set-container-kind! referenced-symbol-definition-info value)
source

set-container-name!cljs

(set-container-name! referenced-symbol-definition-info value)
source

set-context-span!cljs

(set-context-span! referenced-symbol-definition-info 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! referenced-symbol-definition-info value)
source

set-file-name!cljs

(set-file-name! referenced-symbol-definition-info value)
source

set-kind!cljs

(set-kind! referenced-symbol-definition-info value)
source

set-name!cljs

(set-name! referenced-symbol-definition-info value)
source

set-original-context-span!cljs

(set-original-context-span! referenced-symbol-definition-info value)
source

set-original-file-name!cljs

(set-original-file-name! referenced-symbol-definition-info value)
source

set-original-text-span!cljs

(set-original-text-span! referenced-symbol-definition-info 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! referenced-symbol-definition-info value)
source

set-unverified!cljs

(set-unverified! referenced-symbol-definition-info value)
source

text-spancljs

(text-span referenced-symbol-definition-info)

Returns: TextSpan

**Returns:** `TextSpan`
sourceraw docstring

unverified?cljs

(unverified? referenced-symbol-definition-info)

Returns: boolean | undefined

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close