# libtmux_mcp.models.PaneContentMatch

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

A pane whose captured content matched a search pattern.

## Members

- `pane_id` (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)
- `window_id` (attribute)
- `window_name` (attribute)
- `session_id` (attribute)
- `session_name` (attribute)
- `matched_lines` (attribute)
- `is_caller` (attribute)
