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 static member.
Updates to this property are always ignored. The member key can not be changed.
Readonly
readableReadonly
writableReads the value of this static member in the target class constructor.
Throws if the member is not readable.
Target class constructor.
Member value.
Assigns the value of this static member in the target class constructor.
Throw is the member is not writable.
Target class constructor.
Updated member value.
Generated using TypeDoc
An amended entity representing a static class member (static property) to amend.
Used by amendments to modify the static member definition. I.e. its property descriptor.