projects/utils/tree.ts
Collect all descendant values of a node (exclusive of the node itself), in DFS order. For cascade-select: toggling a parent flips all entries in this list atomically.
collectDescendantValues(node: CngxTreeNode)
CngxTreeNode
T[]