Object that contains the property on itself or in its prototype chain.
The property name.
Optional
receiver: unknownThe reference to use as the this
value in the getter function,
if target[propertyKey]
is an accessor property.
Generated using TypeDoc
Gets the property of target, equivalent to
target[propertyKey]
whenreceiver === target
.