ReadonlyparentsThe parent objects of the current value.
ReadonlypathThe 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.
Can be used by a value transformer to inform the transformer method about keeping the current value untouched. This is helpful to supports complex class instances or skipping the default clone behavior.
Can be used by a value transformer to inform the transformer method about removing the current value.
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.