Interface: TooltipDecoratorProps#
Hierarchy#
- TooltipDecoratorProps
Index#
Properties#
Properties#
Optional
tooltip#
• tooltip? : ReactNode | Omit‹TooltipProps, "targetId"›
Defined in src/renderer/components/tooltip/withTooltip.tsx:10
Optional
tooltipOverrideDisabled#
• tooltipOverrideDisabled? : boolean
Defined in src/renderer/components/tooltip/withTooltip.tsx:15
forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is "disabled"