You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a complex data structure, the fields expressing a node's children may differ in different types of nodes. So it's useful to have each rule specify its childrenKey for traversing. This field is optional, with options.childrenKey as default.
Moreover, the childrenKey API looks verbose, which can be simplified with a better name. For nodes without matched childrenKey, we also need a way handling them.
The text was updated successfully, but these errors were encountered:
In a complex data structure, the fields expressing a node's children may differ in different types of nodes. So it's useful to have each rule specify its
childrenKey
for traversing. This field is optional, withoptions.childrenKey
as default.Moreover, the
childrenKey
API looks verbose, which can be simplified with a better name. For nodes without matchedchildrenKey
, we also need a way handling them.The text was updated successfully, but these errors were encountered: