# libtmux_mcp.models.WindowInfo

- **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#L32
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-windowinfo/

Serialized tmux window.

## Members

- `window_id` (attribute)
- `window_name` (attribute)
- `window_index` (attribute)
- `session_id` (attribute)
- `session_name` (attribute)
- `pane_count` (attribute)
- `window_layout` (attribute)
- `window_active` (attribute)
- `window_width` (attribute)
- `window_height` (attribute)
- `active_pane_id` (attribute)
