libtmux Reference MCP Search
On this page

types.TmuxOutputEvent

View as Markdown

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

A pane produced output.

One kind whichever way tmux wrote it. Under WatchOptions.pauseAfterSeconds tmux writes %extended-output rather than %output for every pane, and a caller that had to rename its own event on enabling a safety knob would find out by receiving nothing at the moment backpressure began.

4 declared, 0 inherited

Members

  • age property Milliseconds tmux held this data before writing it, where it reported one.
  • data property
  • kind property
  • paneId property
Esc

Type to search.