# options.OptionValue

- **Module:** options
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/options.rs#L238
- **Page:** https://libtmux.org/reference/rs/options-optionvalue/

## Members

- `Flag` (constant) — A flag tmux wrote as `on` or `off`.
- `Number` (constant) — A number.
- `Text` (constant) — Text, which covers choices, colours, keys, commands, and user options.
- `decode` (method) — Decode a stored value according to an option's declared kind.
