On this page
LibTmux.SwapPaneRequest.SwapPaneRequest
- Module
- LibTmux
- Declared in
- SwapPaneRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SwapPaneRequest.cs
- SwapPaneRequest ( target : string? , direction : PaneSwapDirection? , detach : bool , keepZoom : bool )
-
Initializes a pane-swap request.
- Parameters
-
-
target ( string? ) – The pane to swap with.
-
direction ( PaneSwapDirection? ) – The neighbour to swap with instead.
-
detach ( bool ) – Whether the swapped pane is left unselected.
-
keepZoom ( bool ) – Whether a zoomed pane stays zoomed.
-
- Raises
-
-
ArgumentException – Neither a target nor a direction is given, or both are.
-
0 declared, 0 inherited