# types.MenuEntry

- **Module:** types
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L457
- **Page:** https://libtmux.org/en/ts/latest/reference/types-menuentry/

One selectable line of a menu: its label, its shortcut, and what it runs.

A separator is not one of these — see {@link MenuItem}.

## Members

- `key` (property): Single-character shortcut tmux binds to this entry.
- `command` (property)
- `name` (property)
