On this page
LibTmux.Workspace.WorkspaceFile.Parse
- Module
- LibTmux.Workspace
- Declared in
- WorkspaceFile
- Package
- LibTmux
- Source
- src/LibTmux.Workspace/WorkspaceFile.cs
- 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.
-
0 declared, 0 inherited