@loopback/docs
Version:
Documentation for LoopBack 4
30 lines (19 loc) • 848 B
Markdown
lang: en
title: 'API docs: metadata.namespacedreflect.(constructor)'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.metadata.namespacedreflect.(constructor).html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/metadata](./metadata.md) > [NamespacedReflect](./metadata.namespacedreflect.md) > [(constructor)](./metadata.namespacedreflect.(constructor).md)
## NamespacedReflect.(constructor)
Constructs a new instance of the `NamespacedReflect` class
<b>Signature:</b>
```typescript
constructor(namespace?: string | undefined);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| namespace | <code>string | undefined</code> | Namespace to bind this reflect context |