---
title: suggestionsDelegate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfield/suggestionsdelegate
---

# suggestionsDelegate

The delegate that provides text suggestions for the receiving text field and responds to the user highlighting and selecting items.

## Declaration

```swift
@MainActor @preconcurrency weak var suggestionsDelegate: (any NSTextSuggestionsDelegate)? { get set }
```
