Liking cljdoc? Tell your friends :D

dots.typescript.referenced-symbol-entry


context-spancljs

(context-span referenced-symbol-entry)

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

definition?cljs

(definition? referenced-symbol-entry)

Returns: boolean | undefined

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

file-namecljs

(file-name referenced-symbol-entry)

Returns: string

**Returns:** `string`
sourceraw docstring

in-stringcljs

(in-string referenced-symbol-entry)

Returns: true | undefined

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

original-context-spancljs

(original-context-span referenced-symbol-entry)

Returns: TextSpan | undefined

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

original-file-namecljs

(original-file-name referenced-symbol-entry)

Returns: string | undefined

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

original-text-spancljs

(original-text-span referenced-symbol-entry)

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! referenced-symbol-entry 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-file-name!cljs

(set-file-name! referenced-symbol-entry value)
source

set-is-definition!cljs

(set-is-definition! referenced-symbol-entry value)
source

set-is-in-string!cljs

(set-is-in-string! referenced-symbol-entry value)
source

set-is-write-access!cljs

(set-is-write-access! referenced-symbol-entry value)
source

set-original-context-span!cljs

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

set-original-file-name!cljs

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

set-original-text-span!cljs

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

text-spancljs

(text-span referenced-symbol-entry)

Returns: TextSpan

**Returns:** `TextSpan`
sourceraw docstring

write-access?cljs

(write-access? referenced-symbol-entry)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

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

× close