mobx-bonsai
    Preparing search index...

    Enumeration WalkTreeMode

    Mode for the walkTree method.

    Index

    Enumeration Members

    Enumeration Members

    ChildrenFirst: "childrenFirst"

    The walk will be done children (leafs) first, then parents.

    ParentFirst: "parentFirst"

    The walk will be done parent (roots) first, then children.