Type Alias: TooltipPlacement

TooltipPlacement = "top" | "bottom" | "left" | "right"

Supported placement options for the tooltip content.

Example

const placement: TooltipPlacement = 'bottom';