Workspace โบ iterateRootLeaves
Workspace.iterateRootLeaves() method
Iterate through all leaves in the main area of the workspace.
Signature:
iterateRootLeaves(callback: (leaf: WorkspaceLeaf) => any): void;Parameters
| Parameter | Type | Description |
|---|---|---|
callback | (leaf: WorkspaceLeaf) โ any |
Returns:
void