# tmux.UnsetOptionOptions

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/option_mutation.go#L18
- **Page:** https://libtmux.org/reference/go/tmux-unsetoptionoptions/

UnsetOptionOptions controls set-option unset behavior. Its zero value unsets only the selected option.

## Members

- `UnsetPanes` (attribute) — UnsetPanes unsets a window option on every pane in a Window receiver.
- `Quiet` (attribute) — Quiet suppresses tmux's missing-option diagnostic.
