<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Workspace`](Workspace) › [`getGroupLeaves`](Workspace/getGroupLeaves)
## Workspace.getGroupLeaves() method
Get all leaves that belong to a group
**Signature:**
```typescript
getGroupLeaves(group: string): WorkspaceLeaf[];
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>group</code> | <code>string</code> | <p>id</p><p> 0.9.7</p> |
**Returns:**
[`WorkspaceLeaf`](WorkspaceLeaf)`[]`