Click or drag to resize

PrivatePropertyDescriptor Properties

Version 130.1.90

The PrivatePropertyDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyGet A function which serves as a getter for the private property, or `undefined` if there is no getter (accessor descriptors only).
Public propertyName Private property name.
Public propertySet A function which serves as a setter for the private property, or `undefined` if there is no setter (accessor descriptors only).
Public propertyValue The value associated with the private property.
Top
See Also