---
title: miniwindowTitle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/miniwindowtitle
---

# miniwindowTitle

The title displayed in the window’s minimized window.

## Declaration

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

## Discussion

Discussion A minimized window’s title usually reflects that of its full-size counterpart, abbreviated to fit if necessary. Although this property allows you to set the minimized window’s title explicitly, changing the full-size NSWindow object’s title (through title or setTitleWithRepresentedFilename(_:)) automatically changes the minimized window’s title as well.

## See Also

### Minimizing Windows

- [isMiniaturized](appkit/nswindow/isminiaturized.md)
- [performMiniaturize(_:)](appkit/nswindow/performminiaturize(_:).md)
- [miniaturize(_:)](appkit/nswindow/miniaturize(_:).md)
- [deminiaturize(_:)](appkit/nswindow/deminiaturize(_:).md)
- [miniwindowImage](appkit/nswindow/miniwindowimage.md)
