Page Contents
Home > @loopback/metadata > NamespacedReflect > decorate
NamespacedReflect.decorate() method
Signature:
decorate(decorators: ClassDecorator[], target: Object): PropertyDescriptor | Function;
Parameters
Parameter | Type | Description |
---|---|---|
decorators | ClassDecorator[] | |
target | Object |
Returns:
PropertyDescriptor | Function