Interface MethodDecorator
Callable
- __call<T>(target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T> | void
-
Type parameters
Parameters
-
target: Object
-
propertyKey: string | symbol
-
descriptor: TypedPropertyDescriptor<T>
Returns TypedPropertyDescriptor<T>
|
void