Readonly
parentsThe parent objects of the current value.
Readonly
pathThe property path from the root object to the current value.
Entries represent the path taken (property names, indices) to reach the current value.
This array has the same length and the same order as parents.
Context given to the valueTransformer function of the transform method.
It provides some metadata for the current value to transform. The
remove()
method can be used to complete hide the current value from the target instance.