---
title: attributedSecondaryTitle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssuggestionitem/attributedsecondarytitle
---

# attributedSecondaryTitle

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

## Declaration

```swift
var attributedSecondaryTitle: AttributedString? { get set }
```
