---
title: NSTextSuggestionsDelegate.Item
framework: appkit
role: symbol
role_heading: Type Alias
path: appkit/nstextsuggestionsdelegate/item
---

# NSTextSuggestionsDelegate.Item

A suggestion item with the same suggestion item type as the delegate.

## Declaration

```swift
typealias Item = NSSuggestionItem<Self.SuggestionItemType>
```
