Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

types.MenuEntry

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
types
Package
libtmux
Source
packages/libtmux/src/types.ts
interface types.MenuEntry
interface [source]
interface [source]
interface types.MenuEntry

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

A separator is not one of these — see MenuItem .

3 declared, 0 inherited

Members

  • command property
  • key property Single-character shortcut tmux binds to this entry.
  • name property
Esc

Type to search.