ITooltipThemeStyle
Represents the theme style configuration for tooltips.
Props
The following table outlines the props for the ITooltipThemeStyle:
| Name | Type | Default | Description |
|---|---|---|---|
| textStyle | - | Text styling options for the tooltip content. | |
| tooltipBoldLabel | string | - | Color for bold text in the tooltip. |
| tooltipFill | string | - | Background fill color of the tooltip. |
| tooltipHeaderLine | string | - | Color for the horizontal divider line in the tooltip header. |
| tooltipLightLabel | string | - | Color for regular (non-bold) text in the tooltip. |