---
title: title
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindowtab/title
---

# title

The title for the window tab.

## Declaration

```swift
var title: String! { get set }
```

## Discussion

Discussion The title displays within the window tab when the associated window is part of a tabbing group. By default, the title of the window tab follows the title of its associated window, but it may be customized using the title property. If the title has been customized, setting the title property to nil causes it to follow the window’s title again.

## See Also

### Customizing the Title

- [attributedTitle](appkit/nswindowtab/attributedtitle.md)
