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

LibTmux.Workspace.WorkspaceResult

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

API reference · Markdown

struct LibTmux.Workspace.WorkspaceResult
struct [source]
struct [source]
struct LibTmux.Workspace.WorkspaceResult

Describes workspace state materialized by a build.

Discussed in .NET workspace builder API

Members

WorkspaceResult

WorkspaceResult ( Session : Session , Windows : IReadOnlyList<Window> , Unsupported : IReadOnlyList<string> )
method [source]
method [source]
WorkspaceResult

Initializes a workspace result.

Parameters
  • Session ( Session ) – The session that was built.

  • Windows ( IReadOnlyList<Window> ) – The windows, in the order the file listed them.

  • Unsupported ( IReadOnlyList<string> ) – The layouts tmux rejected after creating their windows.

Session

Session : Session
property [source]
property [source]
Session

Gets the session materialized by the build.

Windows

Windows : IReadOnlyList<Window>
property [source]
property [source]
Windows

Gets materialized windows in workspace order.

Unsupported

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

Gets the layouts tmux rejected after creating their windows.

Discussed in Workspace layouts and focus , .NET workspace builder examples , .NET workspace builder behavior

Equals

Equals ( other : WorkspaceResult? ) → bool
method [source]
method [source]
Equals

GetHashCode

GetHashCode ( ) → int
method [source]
method [source]
GetHashCode

Deconstruct

Deconstruct ( Session : Session , Windows : IReadOnlyList<Window> , Unsupported : IReadOnlyList<string> ) → void
method [source]
method [source]
Deconstruct

Deconstructs the result into the built session, windows, and rejected layouts.

Parameters
Esc

Type to search.