# options.OptionScope

- **Module:** options
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/options.rs#L68
- **Page:** https://libtmux.org/reference/rs/options-optionscope/

## Members

- `Server` (constant) — Server options, read with tmux's `-s`.
- `Session` (constant) — Session options.
- `Window` (constant) — Window options, read with tmux's `-w`.
- `Pane` (constant) — Pane options, read with tmux's `-p`.
