Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TooltipOptions

A data type that represents the configuration options for a tooltip.

Hierarchy

  • TooltipOptions

Index

Properties

Optional className

className: string

CSS class name to add to the tooltip element.

Optional effect

effect: "fade" | "slide" | "grow"

Animation effect when presenting and dismissing the tooltip.

Optional place

place: string

Optional showClose

showClose: boolean

Optional spacing

spacing: number

Position offset relative to the target.

Generated using TypeDoc