Represents the connection of two locations. Provides additional metadata over normal {@link Location locations}, including an origin range.
Represents the connection of two locations. Provides additional metadata over normal {@link Location locations}, including an origin range.
(origin-selection-range location-link)
Span of the origin of this link.
Used as the underlined span for mouse definition hover. Defaults to the word range at the definition position.
Returns: Range | undefined
Span of the origin of this link. Used as the underlined span for mouse definition hover. Defaults to the word range at the definition position. **Returns:** `Range | undefined`
(set-origin-selection-range! location-link value)
Span of the origin of this link.
Used as the underlined span for mouse definition hover. Defaults to the word range at the definition position.
Span of the origin of this link. Used as the underlined span for mouse definition hover. Defaults to the word range at the definition position.
(set-target-range! location-link value)
The full target range of this link.
The full target range of this link.
(set-target-selection-range! location-link value)
The span of this link.
The span of this link.
(set-target-uri! location-link value)
The target resource identifier of this link.
The target resource identifier of this link.
(target-range location-link)
The full target range of this link.
Returns: Range
The full target range of this link. **Returns:** `Range`
(target-selection-range location-link)
The span of this link.
Returns: Range | undefined
The span of this link. **Returns:** `Range | undefined`
(target-uri location-link)
The target resource identifier of this link.
Returns: Uri
The target resource identifier of this link. **Returns:** `Uri`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close