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.
(range document-link)
The range this link applies to.
Returns: Range
The range this link applies to. **Returns:** `Range`
(set-range! document-link value)
The range this link applies to.
The range this link applies to.
(set-target! document-link value)
The uri this link points to.
The uri this link points to.
(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.
(target document-link)
The uri this link points to.
Returns: Uri | undefined
The uri this link points to. **Returns:** `Uri | undefined`
(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.
Returns: string | undefined
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. **Returns:** `string | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close