Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Workspace.WorkspacePane

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

class LibTmux.Workspace.WorkspacePane
class [source]
class [source]
class LibTmux.Workspace.WorkspacePane

Describes one pane in a supported tmuxp workspace.

Discussed in .NET workspace builder API

Members

WorkspacePane

WorkspacePane ( shellCommands : IReadOnlyList<string>? , startDirectory : string? , focus : bool )
method [source]
method [source]
WorkspacePane

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

ShellCommands : IReadOnlyList<string>
property [source]
property [source]
ShellCommands

Gets the commands to run, in order.

StartDirectory

StartDirectory : string?
property [source]
property [source]
StartDirectory

Gets the directory the pane starts in.

Focus

Focus : bool
property [source]
property [source]
Focus

Gets whether the pane is left selected.

Esc

Type to search.