Amended entity type.
Amends the target.
The returned function can be called to construct the modified amendment target. The latter can be used to chain amendments.
This method does not require this
context. Thus it can be extracted from amendment target e.g. by destructuring
the latter.
A type of amended entity extension.
Optional
request: AmendRequest<TAmended, TExt>Amendment request. Also serves as modification or extension of this amendment target.
A function without arguments returning modified amendment target.
Amends the target.
The returned function can be called to construct the modified amendment target. The latter can be used to chain amendments.
This method does not require this
context. Thus it can be extracted from amendment target e.g. by destructuring
the latter.
A function without arguments returning modified amendment target.
Generated using TypeDoc
A core API of amendment target.
Every amendment target implements it. The rest of the target consists of amended entity properties.