Static ReadonlyDATA_StaticDefaultDefault settings of this plugin
StaticDefaultStaticEventStatic ReadonlyEVENT_StaticgetStaticgetStatic method which allows you to get the tooltip instance associated with a DOM element, or create a new one in case it wasn’t initialised
StaticNAMEStatic ReadonlyVERSIONVersion of this plugin
Removes the ability for an element’s tooltip to be shown. The tooltip will only be able to be shown if it is re-enabled.
Destroys an element's.
Gives an element’s tooltip the ability to be shown. Tooltips are enabled by default.
Hides an element’s tooltip. Returns to the caller before the tooltip has actually been hidden (i.e. before the hidden.bs.tooltip event occurs). This is considered a “manual” triggering of the tooltip.
Gives a way to change the tooltip’s content after its initialization.
Optionalcontent: Record<string, string | Element | Tooltip.SetContentFunction | null>Reveals an element’s tooltip. Returns to the caller before the tooltip has actually been shown (i.e. before the shown.bs.tooltip event occurs). This is considered a “manual” triggering of the tooltip. Tooltips with zero-length titles are never displayed.
Toggles an element’s tooltip. Returns to the caller before the tooltip has actually been shown or hidden (i.e. before the shown.bs.tooltip or hidden.bs.tooltip event occurs). This is considered a “manual” triggering of the tooltip.
Optionalevent: anyToggles the ability for an element’s tooltip to be shown or hidden.
Updates the position of an element’s tooltip.
Base Component
Link
https://github.com/twbs/bootstrap/blob/main/js/src/base-component.js