Tooltip Group

Hierarchy

  • ITooltipGroup

Properties

Properties

add: ((props, btnTemplate?) => void)

Type declaration

    • (props, btnTemplate?): void
    • Adds a button to the group.

      Parameters

      Returns void

el: HTMLElement

The element.

hide: (() => void)

Type declaration

    • (): void
    • Hides the button group.

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Shows the button group.

      Returns void

tooltips: ITooltip[]

The tooltips.

Generated using TypeDoc