---
title: target
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsactioncell/target
---

# target

Returns the receiver’s target object.

## Declaration

```swift
weak var target: AnyObject? { get set }
```

## See Also

### Assigning the Target and Action

- [action](appkit/nsactioncell/action.md)
