# plan.Op

- **Module:** plan
- **Package:** libtmux
- **Language:** Rust
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/plan.rs#L723
- **Page:** https://libtmux.org/reference/rs/plan-op/

## Members

- `name` (method)
- `is_chainable` (method)
- `focused_pane` (method) — Which of this operation's created objects is the pane it left active.
- `declared_option_scope` (method) — Where a step tells tmux to keep an option, for the steps that write one.
- `render` (method) — Lower this operation into the tmux command that performs it.
