(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`
(display-parts implementation-location)
Returns: SymbolDisplayPart[]
**Returns:** `SymbolDisplayPart[]`
(file-name implementation-location)
Returns: string
**Returns:** `string`
(kind implementation-location)
Returns: ScriptElementKind
**Returns:** `ScriptElementKind`
(original-context-span implementation-location)
Returns: TextSpan | undefined
**Returns:** `TextSpan | undefined`
(original-file-name implementation-location)
Returns: string | undefined
**Returns:** `string | undefined`
(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`
(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
(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
(text-span implementation-location)
Returns: TextSpan
**Returns:** `TextSpan`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close