TerminalLink

open class TerminalLink(source)

A link on a terminal line.

Online Documentation

Constructors

Link copied to clipboard
constructor(startIndex: Int, length: Int, tooltip: String = definedExternally)

Creates a new terminal link.

Properties

Link copied to clipboard
var length: Int

The length of the link on TerminalLinkContext.line.

Link copied to clipboard

The start index of the link on TerminalLinkContext.line.

Link copied to clipboard

The tooltip text when you hover over this link.