New to Kendo UI for Angular? Start a free 30-day trial
TooltipThemeColor
Updated on May 7, 2026
Specifies the predefined theme color of the Tooltip.
The available values are:
base(default)—Applies coloring based on thebasetheme color.inverse—Applies coloring based on theinversetheme color.info—Applies coloring based on theinfotheme color.success—Applies coloring based on thesuccesstheme color.warning—Applies coloring based on thewarningtheme color.error—Applies coloring based on theerrortheme color.
type TooltipThemeColor = "base" | "inverse" | "info" | "success" | "warning" | "error";