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

# target

An object that is notified when a user interacts with the slider or either of the accessories.

## Declaration

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

## See Also

### Handling slider interaction

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