suggestionsDelegate
The delegate that provides text suggestions for the receiving text field and responds to the user highlighting and selecting items.
Declaration
@MainActor @preconcurrency weak var suggestionsDelegate: (any NSTextSuggestionsDelegate)? { get set }