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

# target

The object that performs the action through a selector.

## Declaration

```swift
weak var target: (any NSObjectProtocol)? { get set }
```

## See Also

### Getting the Action

- [handler](appkit/nsaccessibilitycustomaction/handler.md)
- [selector](appkit/nsaccessibilitycustomaction/selector.md)
