Tooltip class. The HybridForms tooltip that could be used within the form.

Hierarchy

  • Tooltip

Constructors

Properties

Methods

Constructors

Properties

element: HTMLElement

Methods

  • Close method. Remove tooltip.

    Parameters

    • Optional duration: number

      enable close animation and set animation duration in ms

    Returns Promise<void>

  • Returns void

  • Open method. Show tooltip in given context

    Parameters

    • $context: JQuery<HTMLElement>

      scroll container context where tootip is placed

    • Optional duration: number

      enable open animation and set animation duration in ms

    Returns Promise<void>

Generated using TypeDoc