---
title: client
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextinputcontext/client
---

# client

The owner of this input context. (read-only)

## Declaration

```swift
var client: any NSTextInputClient { get }
```

## Discussion

Discussion The client (owner) of the input context, typically an NSView instance, retains its NSTextInputContext instance. The NSTextInputContext instance doesn’t retain its client.

## See Also

### Getting the Input Context and Client

- [current](appkit/nstextinputcontext/current.md)
