libtmux Reference MCP Search
On this page

types.PlannedOperation

View as Markdown

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

A tmux command that has been described but not run.

Every mutation here is two separable halves: the arguments, which are decided from the options alone, and finding what they produced, which needs a snapshot. Keeping them apart lets many mutations share one final snapshot instead of taking one after every command.

The type parameter is what the command resolves to, so a batch of mixed operations still comes back typed one by one.

2 declared, 0 inherited

Members

  • argv property
  • resolve property What argv produced, read out of a snapshot taken after it ran.
Esc

Type to search.