On this page
LibTmux.Workspace.WorkspaceWindow.WorkspaceWindow
- Module
- LibTmux.Workspace
- Declared in
- WorkspaceWindow
- Package
- LibTmux
- Source
- src/LibTmux.Workspace/WorkspaceFile.cs
- WorkspaceWindow ( windowName : string? , startDirectory : string? , layout : string? , focus : bool , options : IReadOnlyDictionary<string, string>? , panes : IReadOnlyList<WorkspacePane>? )
-
Initializes a window description.
- Parameters
-
-
windowName ( string? ) – The window name.
-
startDirectory ( string? ) – The directory its panes start in.
-
layout ( string? ) – The layout to apply after creating its panes.
-
focus ( bool ) – Whether the window is left selected.
-
options ( IReadOnlyDictionary<string, string>? ) – The window options to set.
-
panes ( IReadOnlyList<WorkspacePane>? ) – The panes to create, in order.
-
0 declared, 0 inherited