---
title: secondaryTitle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssuggestionitem/secondarytitle
---

# secondaryTitle

An optional second string to display for a suggestion menu item. This value should be localized. This value is a non-attributed string representation of attributedSecondaryTitle.

## Declaration

```swift
var secondaryTitle: String? { get set }
```
