Options
All
  • Public
  • Public/Protected
  • All
Menu

The main tooltip object

Hint: Due to the current usage of tooltips, this class can't be static right now

Hierarchy

  • Tooltip

Index

Constructors

constructor

Methods

hide

  • hide(elements: HTMLElement | NodeListOf<HTMLElement>): void

initialize

  • initialize(selector: string, options?: Partial<Options>): void

show

  • show(elements: HTMLElement | NodeListOf<HTMLElement>, title: string): void

Static Private applyAttributes

  • applyAttributes(attributes: {}, node: HTMLElement): void

Generated using TypeDoc