| Prop | Default | Type |
|---|---|---|
defaultOpen | false | booleanThe open state of the tooltip when it is initially rendered. Use when you do not need to control its open state. |
delayDuration | numberOverride the duration given to the | |
disableClosingTrigger | booleanWhen | |
disabled | booleanWhen | |
disableHoverableContent | booleanPrevents Tooltip.Content from remaining open when hovering. Disabling this has accessibility consequences. Inherits from Tooltip.Provider. | |
ignoreNonKeyboardFocus | booleanPrevent the tooltip from opening if the focus did not come from
the keyboard by matching against the | |
open | booleanThe controlled open state of the tooltip. |
| Emit | Payload |
|---|---|
update:open | [value: boolean]Event handler called when the open state of the tooltip changes. |
| Slots (default) | Payload |
|---|---|
open | booleanCurrent open state |
