Liking cljdoc? Tell your friends :D

dots.vscode.location-link

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.
raw docstring

origin-selection-rangecljs

(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.

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.
sourceraw docstring

set-origin-selection-range!cljs

(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.
sourceraw docstring

set-target-range!cljs

(set-target-range! location-link value)

The full target range of this link.

The full target range of this link.
sourceraw docstring

set-target-selection-range!cljs

(set-target-selection-range! location-link value)

The span of this link.

The span of this link.
sourceraw docstring

set-target-uri!cljs

(set-target-uri! location-link value)

The target resource identifier of this link.

The target resource identifier of this link.
sourceraw docstring

target-rangecljs

(target-range location-link)

The full target range of this link.

The full target range of this link.
sourceraw docstring

target-selection-rangecljs

(target-selection-range location-link)

The span of this link.

The span of this link.
sourceraw docstring

target-uricljs

(target-uri location-link)

The target resource identifier of this link.

The target resource identifier of this link.
sourceraw docstring

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

× close