# tmux.OptionValue

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/option_value.go#L31
- **Page:** https://libtmux.org/en/go/latest/reference/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.
