# tmux.TerminalOverrideValue

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/complex_options.go#L126
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-terminaloverridevalue/

TerminalOverrideValue is a flag, arbitrary-precision integer, or string. Its zero value has no recognized kind: IsFlag is false, Integer and Text report false, and it represents no parsed capability assignment.

## Members

- `Kind` (method): Kind returns the value's closed form.
- `IsFlag` (method): IsFlag reports whether the capability has no assigned value.
- `Integer` (method): Integer returns a fresh arbitrary-precision integer when the value is numeric.
- `Text` (method): Text returns the assigned string when the value is textual.
