Api - IWalkOptions Interface
Hierarchy
- IWalkOptions
Index
Properties
Properties
Optional afterChildWalk
Callback for every child model in every model, after all of its children have been walked.
Optional beforeChildWalk
Callback for every child model in every model. Return false to stop walking down further models.
Optional onPath
Callback for every path in every model.
Generated using TypeDoc
Options to pass to model.walk().