Static
cloneStatic
collapseCollapse the entire tree (starting at any level)
Static
expandExpand the entire tree (starting at any level)
Static
filterStatic
findStatic
findStatic
flatStatic
forStatic
initOptional
recursive: booleanStatic
listMethod 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
Optional
onItemAdd: ((item: T, node: TreeNodeType<T, TreeNodeKeyType>) => void)Static
mapStatic
sortSorting the tree and nested sub trees
Public