On this page
LibTmux.MovePaneRequest.MovePaneRequest
- Module
- LibTmux
- Declared in
- MovePaneRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/MovePaneRequest.cs
-
Initializes a pane-move request.
- Parameters
-
-
target ( string ) – The pane or window to move against.
-
direction ( PaneDirection ) – Which side of the target the pane lands on.
-
size ( string? ) – The size in cells or as a percentage.
-
detach ( bool ) – Whether the moved pane is left unselected.
-
fullWindow ( bool ) – Whether the split spans the whole window.
-
before ( bool ) – Whether the pane lands before the target.
-
- Raises
-
-
ArgumentException –
targetis blank.
-
0 declared, 0 inherited