# libtmux_mcp.models.PaneInfo

- **Module:** libtmux_mcp.models
- **Package:** libtmux-mcp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/models.py#L53
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-paneinfo/

Serialized tmux pane.

## Members

- `pane_id` (attribute)
- `pane_index` (attribute)
- `pane_width` (attribute)
- `pane_height` (attribute)
- `pane_left` (attribute)
- `pane_top` (attribute)
- `pane_right` (attribute)
- `pane_bottom` (attribute)
- `pane_at_left` (attribute)
- `pane_at_right` (attribute)
- `pane_at_top` (attribute)
- `pane_at_bottom` (attribute)
- `pane_tty` (attribute)
- `pane_current_command` (attribute)
- `pane_current_path` (attribute)
- `pane_pid` (attribute)
- `pane_title` (attribute)
- `pane_active` (attribute)
- `window_id` (attribute)
- `session_id` (attribute)
- `is_caller` (attribute)
