# `NSNotification.Name.GSDocumentDidCloseNotification`

*Type Property*

Posted after a document has closed.

## Declaration

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

```objc
extern NSNotificationName const GSDocumentDidCloseNotification;
```

```python
GSDocumentDidCloseNotification: NSNotificationName
```

## Discussion

The notification object is the document.

