On this page
LibTmux.LinkWindowRequest.LinkWindowRequest
- Module
- LibTmux
- Declared in
- LinkWindowRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/LinkWindowRequest.cs
- LinkWindowRequest ( targetSession : string , targetIndex : string? , direction : WindowDirection? , replaceExisting : bool , detach : bool )
-
Initializes a window-link request.
- Parameters
-
-
targetSession ( string ) – The session the window is linked into.
-
targetIndex ( string? ) – The index to link at, or null for the next free one.
-
direction ( WindowDirection? ) – Whether to insert before or after the target.
-
replaceExisting ( bool ) – Whether a window already at the index is replaced.
-
detach ( bool ) – Whether the linked window is left unselected.
-
- Raises
-
-
ArgumentException –
targetSessionis blank.
-
0 declared, 0 inherited