On this page
window.Window.split
- Module
- window
- Declared in
- Window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
- split ( options : : SplitOptions ) Promise<Pane>
-
Split this window and resolve the created pane.
Examples
const created = await window.split({ vertical: true }); created.id;
0 declared, 0 inherited