# tmux.JoinPaneRequest

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

JoinPaneRequest configures join-pane with the same target, cross-daemon, sizing, validation, and pointer-ownership rules as [MovePaneRequest].

## Members

- `TargetPane` (attribute) — TargetPane selects an exact destination pane; a zero Pane omits it.
- `TargetWindow` (attribute) — TargetWindow selects an exact destination winlink; a zero Window omits it.
- `Attach` (attribute) — Attach lets tmux make the joined pane active in the destination winlink.
- `Direction` (attribute) — Direction selects placement relative to the destination; zero means below.
- `FullWindow` (attribute) — FullWindow lets the joined pane span the full destination window.
- `Size` (attribute) — Size selects a nonnegative absolute pane size; nil omits it.
- `Percentage` (attribute) — Percentage selects a size from 0 through 100; nil omits it.
