Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Hover

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

Hierarchy

  • Hover

Index

Properties

Properties

Optional alerts

alerts: HoverAlert[]

Alerts that should be shown in this hover.

contents

contents: MarkupContent

The contents of this hover.

Optional range

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.

Generated using TypeDoc