# client.Client.window

- **Module:** client.Client
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/client.ts#L51
- **Page:** https://libtmux.org/reference/ts/client-client-window/

```
client.Client.window() -> Window | undefined
```

The window placement this client currently shows.

## Example

```ts
client.window?.name;
```
