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

# target

The target object that receives action messages from the stepper.

## Declaration

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

## See Also

### Handling stepper interaction

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