The collection to iterate over.
Returns the new flattened array.
_.flatMapDepth
Optional
depth: number_.flatMapDepth
Optional
depth: number_.flatMapDepth
Optional
depth: number_.flatMapDepth
Optional
depth: numberGenerated using TypeDoc
This method is like
_.flatMap
except that it recursively flattens the mapped results up todepth
times.Since
4.7.0
Example