# tmux.OptionOrigin

- **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#L7
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-optionorigin/

OptionOrigin identifies where a present option value was resolved. The declared values form the complete set of valid origins.

## Members

- `String` (method): String returns the origin's tmux vocabulary, so an origin prints as a word beside the generated option values, which all carry String.
