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

# selector

The method to call on the target to perform the action.

## Declaration

```swift
var selector: Selector? { get set }
```

## See Also

### Getting the Action

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