# options.OptionKind

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

## Members

- `Flag` (constant) — `on` or `off`.
- `Number` (constant) — An integer.
- `Choice` (constant) — One of a fixed set of words.
- `Text` (constant) — Arbitrary text.
- `Colour` (constant) — A terminal colour.
- `Key` (constant) — A key name.
- `Command` (constant) — A tmux command.
