TooltipSlotProps
TooltipSlotProps =
object
Defined in: packages/ui/src/types.ts:112
Props for the tooltip plugin slot.
Renders hover hints on interactive elements such as disabled action buttons and truncated text fields.
UIPluginComponents for the slot registration point.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:116
Element that triggers the tooltip.
title:
string
Defined in: packages/ui/src/types.ts:114
Tooltip text displayed on hover.