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

LibTmux.Workspace.WorkspaceWindow

.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.WorkspaceWindow
class [source]
class [source]
class LibTmux.Workspace.WorkspaceWindow

Describes one window in a supported tmuxp workspace.

Discussed in .NET workspace builder API

Members

WorkspaceWindow

WorkspaceWindow ( windowName : string? , startDirectory : string? , layout : string? , focus : bool , options : IReadOnlyDictionary<string, string>? , panes : IReadOnlyList<WorkspacePane>? )
method [source]
method [source]
WorkspaceWindow

Initializes a window description.

Parameters

WindowName

WindowName : string?
property [source]
property [source]
WindowName

Gets the window name.

StartDirectory

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

Gets the directory its panes start in.

Layout

Layout : string?
property [source]
property [source]
Layout

Gets the layout to apply after creating its panes.

Focus

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

Gets whether the window is left selected.

Options

property [source]
property [source]
Options

Gets the window options to set.

Panes

property [source]
property [source]
Panes

Gets the panes to create, in order.

Esc

Type to search.