@k8slens/extensions / Exports / Renderer / Component / TooltipDecoratorProps
Interface: TooltipDecoratorProps#
Renderer.Component.TooltipDecoratorProps
Table of contents#
Properties#
Properties#
children#
• Optional
children: StrictReactNode
id#
• Optional
id: string
tooltip#
• Optional
tooltip: StrictReactNode
| 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"