Adding collapse all to OE (#23132)

This commit is contained in:
Aasim Khan
2023-05-16 09:20:51 -07:00
committed by GitHub
parent 20f409adca
commit d9220c809c
3 changed files with 33 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ export interface IServerTreeView {
showFilteredTree(view: ServerTreeViewView): void;
filterElementChildren(node: TreeNode): Promise<void>;
getActionContext(element: ServerTreeElement): any;
collapseAllConnections(): void;
view: ServerTreeViewView;
}