---
title: action
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfontmanager/action
---

# action

The action sent to the first responder when the user selects a new font from the Font panel or chooses a command from the Font menu.

## Declaration

```swift
var action: Selector { get set }
```

## Discussion

Discussion The default action is changeFont:. You should rarely need to change this setting.

## See Also

### Accessing the Action Property

- [target](appkit/nsfontmanager/target.md)
