StaticcloneStaticcollapseCollapse the entire tree (starting at any level)
StaticexpandExpand the entire tree (starting at any level)
StaticfilterStaticfindStaticfindStaticflatStaticforStaticinitOptionalrecursive: booleanStaticlistMethod for converting a flat list to a tree inspired by https://github.com/philipstanislaus/performant-array-to-tree/blob/master/src/arrayToTree.ts https://github.com/philipstanislaus/performant-array-to-tree
OptionalonItemAdd: (item: T, node: TreeNodeType<T>) => voidStaticmapStaticsortSorting the tree and nested sub trees
Public