LibTmux.Workspace.WorkspacePane
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
-
Describes one pane in a supported tmuxp workspace.
Discussed in .NET workspace builder API
Members
- WorkspacePane ( shellCommands : IReadOnlyList<string>? , startDirectory : string? , focus : bool )
-
Initializes a pane description.
- Parameters
-
-
shellCommands ( IReadOnlyList<string>? ) – The commands to run, in order.
-
startDirectory ( string? ) – The directory the pane starts in.
-
focus ( bool ) – Whether the pane is left selected.
-
- ShellCommands : IReadOnlyList<string>
-
Gets the commands to run, in order.
-
Gets the directory the pane starts in.
-
Gets whether the pane is left selected.