Options
All
  • Public
  • Public/Protected
  • All
Menu

Tooltip

Hierarchy

  • ITooltip

Index

Properties

dispose

dispose: () => void

Disposes the tooltip.

Type declaration

    • (): void
    • Returns void

el

el: HTMLButtonElement

The element.

enable

enable: () => void

Gives an element’s tooltip the ability to be shown.

Type declaration

    • (): void
    • Returns void

hide

hide: () => void

Hides an element’s tooltip.

Type declaration

    • (): void
    • Returns void

show

show: () => void

Reveals an element’s tooltip.

Type declaration

    • (): void
    • Returns void

toggle

toggle: () => void

Toggles an element's tooltip.

Type declaration

    • (): void
    • Returns void

toggleEnabled

toggleEnabled: () => void

Toggles the ability for an element’s tooltip to be shown or hidden.

Type declaration

    • (): void
    • Returns void

update

update: () => void

Updates the position of an element’s tooltip.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc