Interface: FlattenedItem<T>
Defined in: collection/types.ts:214
Result item from flatten operation with path information.
Type Parameters
T
T
The type of the item
Properties
depth
readonlydepth:number
Defined in: collection/types.ts:217
item
readonlyitem:T
Defined in: collection/types.ts:215
path
readonlypath: readonlyT[]
Defined in: collection/types.ts:216