Tooltip

Hierarchy

  • ITooltip

Properties

button?: IButton

Reference to the button.

ddl?: IDropdown

Reference to the dropdown.

el: HTMLButtonElement

The element.

enable: (() => void)

Type declaration

    • (): void
    • Gives an element’s tooltip the ability to be shown.

      Returns void

hide: (() => void)

Type declaration

    • (): void
    • Hides an element’s tooltip.

      Returns void

setContent: ((content) => void)

Type declaration

    • (content): void
    • Sets the tippy content.

      Parameters

      • content: string | Element

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Reveals an element’s tooltip.

      Returns void

tippy: any

The tippy instance.

toggle: (() => void)

Type declaration

    • (): void
    • Toggles an element's tooltip.

      Returns void

Generated using TypeDoc