---
title: object
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/notification/object
---

# object

An object that the poster wishes to send to observers.

## Declaration

```swift
var object: Any?
```

## Discussion

Discussion Typically this is the object that posted the notification.

## See Also

### Getting Notification Information

- [name](foundation/notification/name-swift.property.md)
- [userInfo](foundation/notification/userinfo.md)
