Type Alias ClassFieldDecorator<Value>

ClassFieldDecorator<Value>: (<This>(value: undefined, context: ClassFieldDecoratorContext<This, Value>) => ((this: This, initialValue: Value) => Value) | void)

Decorator API for class fields.

Type Parameters

  • Value