---
title: NSTextSuggestionsDelegate.ItemSection
framework: appkit
role: symbol
role_heading: Type Alias
path: appkit/nstextsuggestionsdelegate/itemsection
---

# NSTextSuggestionsDelegate.ItemSection

A suggestion item section with the same suggestion item type as the controller.

## Declaration

```swift
typealias ItemSection = NSSuggestionItemSection<Self.SuggestionItemType>
```
