Prop | Default | Type |
---|---|---|
defaultOpen | false | boolean The open state of the tooltip when it is initially rendered. Use when you do not need to control its open state. |
delayDuration | number Override the duration given to the | |
disableClosingTrigger | boolean When | |
disabled | boolean When | |
disableHoverableContent | boolean Prevents Tooltip.Content from remaining open when hovering. Disabling this has accessibility consequences. Inherits from Tooltip.Provider. | |
ignoreNonKeyboardFocus | boolean Prevent the tooltip from opening if the focus did not come from
the keyboard by matching against the | |
open | boolean The 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 | boolean Current open state |