Amended member value type.
A type of amended class.
Amended member update type accepted by its setter.
Readonly amendedAmended class constructor.
Readonly configurableWhether the member is configurable.
Readonly enumerableWhether the member is enumerable.
Readonly keyA key of the instance member.
Updates to this property are always ignored. The member key can not be changed.
Readonly readableReadonly writableReads the value of this member in the target instance.
Throws if the member is not readable.
Target instance.
Member value.
Assigns the value of this member in the target instance.
Throw is the member is not writable.
Target instance.
Updated member value.
Generated using TypeDoc
An amended entity representing a class instance member (property) to amend.
Used by amendments to modify the member definition. I.e. its property descriptor.