# `NSNotification.Name.GSDocumentDeactivateNotification`

*Type Property*

Posted when a document window becomes inactive.

## Declaration

```swift
static let GSDocumentDeactivate: NSNotification.Name
```

```objc
extern NSNotificationName const GSDocumentDeactivateNotification;
```

```python
GSDocumentDeactivateNotification: NSNotificationName
```

## Discussion

The notification object is the window controller.

