树节点数据类型 / Tree node data type
子节点属性键类型 / Child node property key type
树形结构的根节点 / Root node of the tree structure
遍历每个节点时执行的回调函数,返回false可中断遍历 / Callback function executed for each node, return false to break traversal
子节点属性名,默认为'children' / Child node property name, defaults to 'children'
广度优先遍历树结构 / Breadth-first search traversal of tree structure