On this page
LibTmux.NewWindowRequest.WithTargetWindow
- Module
- LibTmux
- Declared in
- NewWindowRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/NewWindowRequest.cs
- WithTargetWindow ( targetWindow : string ) NewWindowRequest
-
Returns this request aimed at one window.
- Parameters
-
-
targetWindow ( string ) – The window to insert relative to.
-
- Returns
-
A copy carrying the target.
- Raises
-
-
ArgumentException – The request already names an index, which is the other way to say where the window goes.
-
0 declared, 0 inherited