PropertyDescriptor
Object property descriptor.
Properties
Link copied to clipboard
True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
Link copied to clipboard
True if this property shows up during enumeration of the properties on the corresponding object.
Link copied to clipboard
A function which serves as a getter for the property, or undefined
if there is no getter (accessor descriptors only).
Link copied to clipboard
A function which serves as a setter for the property, or undefined
if there is no setter (accessor descriptors only).
Link copied to clipboard
Property symbol object, if the property is of the symbol
type.
Link copied to clipboard
The value associated with the property.