On this page
LibTmux.Workspace.WorkspaceResult.Deconstruct
- Module
- LibTmux.Workspace
- Declared in
- WorkspaceResult
- Package
- LibTmux
- Source
- src/LibTmux.Workspace/WorkspaceResult.cs
- Deconstruct ( Session : Session , Windows : IReadOnlyList<Window> , Unsupported : IReadOnlyList<string> ) void
-
Deconstructs the result into the built session, windows, and rejected layouts.
- Parameters
-
-
Session ( Session ) – The session that was built.
-
Windows ( IReadOnlyList<Window> ) – The windows, in workspace order.
-
Unsupported ( IReadOnlyList<string> ) – The layouts tmux rejected.
-
0 declared, 0 inherited