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

# title

A string to display for a suggestion menu item. This value should be localized. This value is a non-attributed string representation of attributedTitle.

## Declaration

```swift
var title: String { get set }
```
