Type aliases
Decorator
MemberDecorator
MemberDecorator: function
Type declaration
-
- <T>(target: Target, propertyKey: PropertyKey, descriptor?: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T> | void
-
Type parameters
Parameters
-
-
-
Optional descriptor: TypedPropertyDescriptor<T>
Returns TypedPropertyDescriptor<T>
|
void
MetadataKey
MetadataKey: string | symbol
PropertyKey
PropertyKey: string | symbol
Target
Target: object | Function