# tmux.EnvironmentValue

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/environment.go#L30
- **Page:** https://libtmux.org/reference/go/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.
