树类型 — Tree type
将节点类型拓展为包含可选子节点数组(默认 key 为 'children')。
Extends a node type to include an optional children array (default key: 'children').
节点类型 / node type
children 字段名,默认为 'children' / children key name, default 'children'
树类型 — Tree type
将节点类型拓展为包含可选子节点数组(默认 key 为 'children')。
Extends a node type to include an optional children array (default key: 'children').