# tmux.ClientAttachment

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/client_attachment.go#L10
- **Page:** https://libtmux.org/reference/go/tmux-clientattachment/

ClientAttachment is one immutable view of a client's live attachment. Session, Window, and Pane return values from the same observational Snapshot.

## Members

- `Session` (method) — Session returns the attached session, if it remained live in the snapshot.
- `Window` (method) — Window returns the attached session's active winlink, if present.
- `Pane` (method) — Pane returns the attached session's active window's active pane, if present.
