# mcp.views.WindowView

- **Module:** mcp.views
- **Package:** tmux-mcp
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-mcp/src/views.rs#L32
- **Page:** https://libtmux.org/en/rs/latest/mcp/reference/mcp-views-windowview/

One window, as the protocol sees it.

## Members

- `id` (attribute): The `@`-prefixed tmux identity.
- `session_id` (attribute): The session this window was reached through.
- `index` (attribute): The window's index within that session.
- `name` (attribute): The window name.
- `panes` (attribute): How many panes the window holds.
- `active` (attribute): Whether this is the session's active window.
- `linked` (attribute): Whether more than one session links this window.
