Type Alias AttributeDecorator<T>
AttributeDecorator: (
target: any,
propertyKey?: string,
descriptor?: PropertyDescriptor,
) => void
Type Declaration
-
- (target: any, propertyKey?: string, descriptor?: PropertyDescriptor): void
-
Parameters
- target: any
OptionalpropertyKey: string
Optionaldescriptor: PropertyDescriptor
Returns void
The AttributeDecorator type represents the return type of a decorator function.