---
title: object
framework: combine
role: symbol
role_heading: Instance Property
path: combine/subscribers/assign/object
---

# object

The object that contains the property to assign.

## Declaration

```swift
final var object: Root? { get }
```

## Discussion

Discussion The subscriber holds a strong reference to this object until the upstream publisher calls receive(completion:), at which point the subscriber sets this property to nil.

## See Also

### Inspecting the assigned property

- [keyPath](combine/subscribers/assign/keypath.md)
