---
title: "miniaturizeAll(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsapplication/miniaturizeall(_:)"
---

# miniaturizeAll(_:)

Miniaturizes all the receiver’s windows.

## Declaration

```swift
func miniaturizeAll(_ sender: Any?)
```

## Parameters

- `sender`: The object that sent the command.

## See Also

### Related Documentation

- [hide(_:)](appkit/nsapplication/hide(_:).md)
