Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

2.1.0

Latest
Compare
Choose a tag to compare
@chad-ramos chad-ramos released this 04 Sep 01:25
· 5 commits to master since this release
d6e8aa8

Add

  • Ability to specify the depth you want the collapseAllNodes() function to collapse to.
const depth = 1;
pt.ptree.collapseAllNodes(depth);