Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BeforeShowCallback

BeforeShowCallback: (this: Tooltip) => boolean

Type declaration

    • Client side callback to execute before tooltip is shown. Returning false will prevent display. See also TooltipCfg.beforeShow.

      Parameters

      Returns boolean

OnHideCallback

OnHideCallback: (this: Tooltip) => void

Type declaration

OnShowCallback

OnShowCallback: (this: Tooltip) => void

Type declaration

TooltipPosition

TooltipPosition: "right" | "left" | "top" | "bottom"

Position of the tooltip, relative to the target component.

Generated using TypeDoc