LibTmux.Workspace.WorkspaceFile.Parse
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- LibTmux.Workspace.WorkspaceFile.Parse ( yaml : string ) WorkspaceFile
-
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