# libtmux.MovePaneOptions

- **Module:** libtmux
- **Package:** libtmux
- **Language:** Lua
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-lua/blob/547c9c4228e07ebf846690eb44da2eeeb6fde922/lua/libtmux/_internal/topology.lua#L726
- **Page:** https://libtmux.org/en/lua/latest/reference/libtmux-movepaneoptions/

## Members

- `before` (attribute): Place before the target in native geometry.
- `direction` (attribute): Defaults to vertical.
- `full_size` (attribute): Extend across the full window.
- `percent` (attribute): Percentage from 1 to 100; excludes size.
- `process` (attribute)
- `select` (attribute): Defaults to false; true requires target_link.
- `size` (attribute): Cell count from 1 to 10000; excludes percent.
- `target_link` (attribute): Guarded target pane placement.
