DocumentLink

open class DocumentLink(source)

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.

Online Documentation

Constructors

Link copied to clipboard
constructor(range: Range, target: Uri = definedExternally)

Creates a new document link.

Properties

Link copied to clipboard

The range this link applies to.

Link copied to clipboard
var target: Uri?

The uri this link points to.

Link copied to clipboard

The tooltip text when you hover over this link.