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

```
var secondaryTitle: String? { 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)