Page Contents
Home > @loopback/context > InjectionMetadata > decorator
InjectionMetadata.decorator property
Name of the decorator function, such as @inject
or @inject.setter
. It’s usually set by the decorator implementation.
Signature:
decorator?: string;