# tmux.ControlNotificationKind

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/option_generated.go#L960
- **Page:** https://libtmux.org/reference/go/tmux-controlnotificationkind/

ControlNotificationKind identifies a tmux control-mode notification record. Its zero value is unknown and is not emitted by tmux. [ParseControlNotification] returns known values for the pinned wire vocabulary and rejects unknown notification records.

## Members

- `MinimumVersion` (method) — MinimumVersion returns the oldest [Version] that emits k. It returns ok == false for the zero value and unknown kinds.
