# Tooltip API

> Auto-generated API reference for `Tooltip` from @vuetify/v0 (Vuetify0).
> Source of truth: https://0.vuetifyjs.com/api/tooltip

## Related

- https://0.vuetifyjs.com/components/disclosure/tooltip
- https://0.vuetifyjs.com/composables/plugins/use-tooltip
- https://0.vuetifyjs.com/composables/system/use-popover
- https://0.vuetifyjs.com/components/disclosure/popover

## Tooltip.Root

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `openDelay` | `number \| undefined` | — | no | Delay in ms before opening; falls back to the region delay when omitted |
| `closeDelay` | `number \| undefined` | — | no | Delay in ms before closing; falls back to the region delay when omitted |
| `disabled` | `boolean \| undefined` | `false` | no | Whether the tooltip is disabled (also disabled when the region is) |
| `interactive` | `boolean \| undefined` | `false` | no | Whether the content stays open while hovered, allowing pointer interaction |
| `positionArea` | `string \| undefined` | `"top"` | no | CSS anchor-positioning `position-area` for the content (default `top`) |
| `positionTry` | `string \| undefined` | `"most-height top"` | no | CSS anchor-positioning `position-try` fallbacks (default `most-height top`) |
| `namespace` | `string \| undefined` | `"v0:tooltip"` | no | Dependency-injection namespace (default `v0:tooltip`) |
| `adapter` | `any` | — | no | Positioning engine. |
| `modelValue` | `boolean \| undefined` | `false` | no | — |

### Events

| Name | Type | Description |
|---|---|---|
| `update:model-value` | `[value: boolean]` | — |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `TooltipRootSlotProps` | — |

## Tooltip.Activator

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:tooltip"` | no | — |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `TooltipActivatorSlotProps` | — |

## Tooltip.Content

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:tooltip"` | no | — |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `TooltipContentSlotProps` | — |
