Interface: TooltipDecoratorProps#
Renderer.Component.TooltipDecoratorProps
Table of contents#
Properties#
Properties#
children#
• Optional children: SingleOrMany<ReactNode>
id#
• Optional id: string
tooltip#
• Optional tooltip: ReactNode | Omit<TooltipProps, "targetId">
tooltipOverrideDisabled#
• Optional tooltipOverrideDisabled: boolean
forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"