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

LibTmux.Workspace.WorkspaceFile.Parse

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

API reference · Markdown

LibTmux.Workspace.WorkspaceFile.Parse ( yaml : string ) → WorkspaceFile
methodstatic [source]
methodstatic [source]
LibTmux.Workspace.WorkspaceFile.Parse

Reads a workspace from tmuxp YAML.

Parameters
  • yaml ( string ) – The file contents.

Returns

The parsed workspace.

Raises
  • WorkspaceFormatException – The input is too large, malformed, contains more than one document, or uses a key or value shape outside the supported subset.

Discussed in .NET workspace internals , Use the .NET workspace builder , .NET workspace builder behavior

Esc

Type to search.