On this page
LibTmux.Window.SelectLayoutAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Layout.cs
- SelectLayoutAsync ( request : SelectLayoutRequest? , cancellationToken : CancellationToken ) Task<Window>
-
Applies a layout to this window.
- Parameters
-
-
request ( SelectLayoutRequest? ) – The layout to apply.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying the new layout.
- Raises
-
-
TmuxWindowException – The layout is one tmux may not recognise.
-
0 declared, 0 inherited