UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

39 lines (26 loc) 1.54 kB
--- lang: en title: 'API docs: metadata.metadatainspector.getparametermetadata' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/metadata permalink: /doc/en/lb4/apidocs.metadata.metadatainspector.getparametermetadata.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/metadata](./metadata.md) &gt; [MetadataInspector](./metadata.metadatainspector.md) &gt; [getParameterMetadata](./metadata.metadatainspector.getparametermetadata.md) ## MetadataInspector.getParameterMetadata() method Get the metadata associated with the given key for a parameter of a given method by index <b>Signature:</b> ```typescript static getParameterMetadata<T>(key: MetadataKey<T, ParameterDecorator>, target: Object, methodName: string, index: number, options?: InspectionOptions): T | undefined; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | key | [MetadataKey](./metadata.metadatakey.md)<!-- -->&lt;T, ParameterDecorator&gt; | Metadata key | | target | Object | Class for static methods or prototype for instance methods | | methodName | string | Method name. If not present, default to '' to use the constructor | | index | number | Index of the parameter, starting with 0 | | options | [InspectionOptions](./metadata.inspectionoptions.md) | Options for inspection | <b>Returns:</b> T \| undefined