Last active
September 22, 2025 12:12
-
-
Save ctsstc/f37bc849a8673448c8315504559a24d7 to your computer and use it in GitHub Desktop.
Tabs Outliner - Collapse All
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| treeView.treeModel.currentSession_rootNode.subnodes.forEach(node => node.setCollapsing(true)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
treeView.currentSessionRowDom._ref_nodeModel.subnodes.forEach(node => treeView.togleCollapsedStateOfNode(node.idMVC))