Page Contents
Home > @loopback/context > describeInjectedProperties
describeInjectedProperties() function
Return a map of injection objects for properties
Signature:
export declare function describeInjectedProperties(target: Object): MetadataMap<Readonly<Injection>>;
Parameters
Parameter | Type | Description |
---|---|---|
target | Object | The target class for static properties or prototype for instance properties. |
Returns:
MetadataMap<Readonly<Injection>>