On this page
types.PlannedOperation
- Module
- types
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
-
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