Contents

client

The client object for the candidate list item.

Declaration

weak var client: (any NSView & NSTextInputClient)? { get set }

Discussion

This object must be a subclass of NSView and adopt the NSTextInputClient protocol.

The candidate list item uses this property to show completion candidates as users enter text. You can disable this behavior with the allowsTextInputContextCandidates property.

See Also

Providing a client and a delegate