Globals / "src/renderer/components/tooltip/withTooltip" / TooltipDecoratorProps
Interface: TooltipDecoratorProps#
Hierarchy#
- TooltipDecoratorProps
Index#
Properties#
Properties#
tooltip#
• Optional tooltip: ReactNode | Omit\<TooltipProps, \"targetId\">
Defined in src/renderer/components/tooltip/withTooltip.tsx:10
tooltipOverrideDisabled#
• Optional 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"
Last update: November 10, 2020