--- layout: posts title: Api - IWalkOptions Interface ---

Options to pass to model.walk().

Hierarchy

Index

Properties

Optional afterChildWalk

afterChildWalk: IWalkModelCallback

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