---
title: toolTip
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstabviewitem/tooltip
---

# toolTip

Sets the tooltip displayed for the tab view item.

## Declaration

```swift
var toolTip: String? { get set }
```

## Parameters

- `toolTip`: A string representing the tooltip to be displayed.
