mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
@@ -315,6 +315,10 @@ export class AsyncDataTree<T extends NonNullable<any>, TFilterData = void> imple
|
||||
this.tree.toggleCollapsed(this.getDataNode(element));
|
||||
}
|
||||
|
||||
expandAll(): void {
|
||||
this.tree.expandAll();
|
||||
}
|
||||
|
||||
collapseAll(): void {
|
||||
this.tree.collapseAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user