Describes the allowed return value from a class accessor field decorator.
accessor
The this type to which the target applies.
this
The property type for the class accessor field.
Optional
An optional replacement getter function. If not provided, the existing getter function is used instead.
An optional initializer mutator that is invoked when the underlying field initializer is evaluated.
The incoming initializer value.
The replacement initializer value.
An optional replacement setter function. If not provided, the existing setter function is used instead.
Describes the allowed return value from a class
accessor
field decorator.