(container-kind referenced-symbol-definition-info)
Returns: ScriptElementKind
**Returns:** `ScriptElementKind`
(container-name referenced-symbol-definition-info)
Returns: string
**Returns:** `string`
(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`
(display-parts referenced-symbol-definition-info)
Returns: SymbolDisplayPart[]
**Returns:** `SymbolDisplayPart[]`
(file-name referenced-symbol-definition-info)
Returns: string
**Returns:** `string`
(kind referenced-symbol-definition-info)
Returns: ScriptElementKind
**Returns:** `ScriptElementKind`
(name referenced-symbol-definition-info)
Returns: string
**Returns:** `string`
(original-context-span referenced-symbol-definition-info)
Returns: TextSpan | undefined
**Returns:** `TextSpan | undefined`
(original-file-name referenced-symbol-definition-info)
Returns: string | undefined
**Returns:** `string | undefined`
(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`
(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
(set-original-context-span! referenced-symbol-definition-info value)
(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
(text-span referenced-symbol-definition-info)
Returns: TextSpan
**Returns:** `TextSpan`
(unverified? referenced-symbol-definition-info)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close