# tmux.OptionValue

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

OptionValue preserves option presence and resolution origin. Its zero value is absent. Copies of reference-bearing T values are shallow.

## Members

- `Get` (method) — Get returns the option value and reports whether it is present.
- `Origin` (method) — Origin returns the resolution origin and reports whether the option is present.
