# tmux.ClientAttachment

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/client_attachment.go#L10
- **Page:** https://libtmux.org/en/go/latest/reference/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.
