Page Contents
  
 
    
Home > @loopback/metadata > InspectionOptions
InspectionOptions interface
Options for inspection
Signature:
export interface InspectionOptions 
Properties
| Property | Type | Description | 
|---|---|---|
| ownMetadataOnly? | boolean | (Optional) Only inspect own metadata of a given target. The prototype chain will not be checked. The implementation uses Reflect.getOwnMetadata()if the flag is set totrue. Otherwise, it usesReflect.getMetadata().The flag isfalseby default forMetadataInspector. |