Liking cljdoc? Tell your friends :D

dots.vscode.document-link

A document link is a range in a text document that links to an internal or external resource, like another text document or a web site.

A document link is a range in a text document that links to an internal or external resource, like another
text document or a web site.
raw docstring

rangecljs

(range document-link)

The range this link applies to.

The range this link applies to.
sourceraw docstring

set-range!cljs

(set-range! document-link value)

The range this link applies to.

The range this link applies to.
sourceraw docstring

set-target!cljs

(set-target! document-link value)

The uri this link points to.

The uri this link points to.
sourceraw docstring

set-tooltip!cljs

(set-tooltip! document-link value)

The tooltip text when you hover over this link.

If a tooltip is provided, is will be displayed in a string that includes instructions on how to trigger the link, such as {0} (ctrl + click). The specific instructions vary depending on OS, user settings, and localization.

The tooltip text when you hover over this link.

If a tooltip is provided, is will be displayed in a string that includes instructions on how to
trigger the link, such as `{0} (ctrl + click)`. The specific instructions vary depending on OS,
user settings, and localization.
sourceraw docstring

targetcljs

(target document-link)

The uri this link points to.

The uri this link points to.
sourceraw docstring

tooltipcljs

(tooltip document-link)

The tooltip text when you hover over this link.

If a tooltip is provided, is will be displayed in a string that includes instructions on how to trigger the link, such as {0} (ctrl + click). The specific instructions vary depending on OS, user settings, and localization.

The tooltip text when you hover over this link.

If a tooltip is provided, is will be displayed in a string that includes instructions on how to
trigger the link, such as `{0} (ctrl + click)`. The specific instructions vary depending on OS,
user settings, and localization.
sourceraw docstring

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

× close