Class Tooltip

The Tooltip for showing info in a popup

Hierarchy

  • Tooltip

Constructors

Properties

container: HTMLElement

DOM reference to container element

tooltip: HTMLElement

DOM reference to tooltip's main element

tooltipSubTimeout: Timeout

Tooltip's sub timeout to hide tooltip

tooltipTimeout: Timeout

Tooltip's main timeout to close tooltip

Methods

  • Ping the tooltip to display with data at correct location

    Parameters

    • content: string | string[]

      values or string for content

    • event: MouseEvent

      the triggering event to get the location

    Returns void

Generated using TypeDoc