The Object to iterate
Optional prefix: string = ""A prefix for the Path.
Callback, that will be called.
Optional parent: stringOptional level: numberOptional _SPLITCHAR: string = SPLITCHARThe Splitchar to use, to generate the path
Optional _callOnlyOnValues: boolean = trueA Flag, to start the
Optional _maxDepth: number = InfinityDetermine the max Depth, after which the Iteration will be stopped.
Optional _parent: string = ""For Recursive call only
Optional _level: number = 0For Recursive call only
Generated using TypeDoc
Function, that will iterate over an object. It will call the callback on every element.
Author
M.Karkowski
Export
Returns
{*}