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

types.PlannedOperation

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.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.