# tmux.EnvironmentValue

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

EnvironmentValue is one tmux environment value or removal marker. Its zero value is an ordinary empty value, not a removal marker.

## Members

- `Value` (attribute): Value is the exact value after tmux format expansion, if any.
- `Removed` (attribute): Removed reports that tmux will remove the variable from new processes.
