<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSuggestionItem/attributedSecondaryTitle",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "s:6AppKit16NSSuggestionItemV24attributedSecondaryTitle10Foundation16AttributedStringVSgvp"
  },
  "title" : "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`.

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)