# tmux.ControlNotificationKind

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/option_generated.go#L963
- **Page:** https://libtmux.org/en/go/latest/reference/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.
