On this page
window.Window.link
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
- link ( options : : MoveWindowOptions ) Promise<void>
-
Link this window into another session, giving it a second placement.
Examples
await window.link({ session: "other" });
0 declared, 0 inherited