TooltipProvider
Overview
Provides tooltip configuration context to all descendant Tooltip components.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| delayDuration | number | 0 | The delay in ms before tooltips open. | |
| skipDelayDuration | number | undefined | The delay in ms before closing when moving between tooltips. | |
| disableHoverableContent | boolean | undefined | Whether to disable hoverable tooltip content. | |
| disableClosingTrigger | boolean | undefined | Whether to disable closing the tooltip when the trigger is clicked. | |
| disabled | boolean | undefined | Whether all tooltips in this provider are disabled. | |
| ignoreNonKeyboardFocus | boolean | undefined | Whether to ignore non-keyboard focus for tooltip activation. |
Slots
default
Slot.
Source
client/lib/shell/tooltip/TooltipProvider.vue