Liking cljdoc? Tell your friends :D

dots.vscode.terminal-link

A link on a terminal line.

A link on a terminal line.
raw docstring

lengthcljs

(length terminal-link)

The length of the link on {@link TerminalLinkContext.line }.

Returns: number

The length of the link on {@link TerminalLinkContext.line }.

**Returns:** `number`
sourceraw docstring

set-length!cljs

(set-length! terminal-link value)

The length of the link on {@link TerminalLinkContext.line }.

The length of the link on {@link TerminalLinkContext.line }.
sourceraw docstring

set-start-index!cljs

(set-start-index! terminal-link value)

The start index of the link on {@link TerminalLinkContext.line }.

The start index of the link on {@link TerminalLinkContext.line }.
sourceraw docstring

set-tooltip!cljs

(set-tooltip! terminal-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

start-indexcljs

(start-index terminal-link)

The start index of the link on {@link TerminalLinkContext.line }.

Returns: number

The start index of the link on {@link TerminalLinkContext.line }.

**Returns:** `number`
sourceraw docstring

tooltipcljs

(tooltip terminal-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`
sourceraw docstring

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

× close