Hover

open class Hover(source)

A hover represents additional information for a symbol or word. Hovers are rendered in a tooltip-like widget.

Online Documentation

Constructors

Link copied to clipboard
constructor(contents: JsAny, range: Range = definedExternally)

Creates a new hover object.

Properties

Link copied to clipboard

The contents of this hover.

Link copied to clipboard
var range: Range?

The range to which this hover applies. When missing, the editor will use the range at the current position or the current position itself.