Workspace
โบ getLeftLeaf
Workspace.getLeftLeaf() method
Create a new leaf inside the left sidebar.
Signature:
getLeftLeaf(split: boolean): WorkspaceLeaf | null;
Parameters
Parameter | Type | Description |
---|---|---|
split | boolean | Should the existing split be split up? |
Returns:
WorkspaceLeaf
| null