types.JoinOptions.direction
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- types
- Declared in
- JoinOptions
- Package
- libtmux
- Source
- packages/libtmux/src/types.ts
- direction : : PaneDirection
-
Which side of the target the joined pane takes.
The same four choices
SplitOptions.directiongives, for the same reason: tmux reaches "above" and "left" only by pairing the axis with-b, so a boolean names half of them. Combining this withverticalthrowsTypeError.
0 declared, 0 inherited