# types.TmuxOutputEvent

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

A pane produced output.

One kind whichever way tmux wrote it. Under {@link 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.

## Members

- `age` (property): Milliseconds tmux held this data before writing it, where it reported one.
- `data` (property)
- `kind` (property)
- `paneId` (property)
