@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
75 lines (38 loc) • 1.45 kB
Markdown
---
lang: en
title: 'API docs: context-explorer.contextexplorercomponent._constructor_'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/context-explorer
permalink: /doc/en/lb4/apidocs.context-explorer.contextexplorercomponent._constructor_.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context-explorer](./context-explorer.md) > [ContextExplorerComponent](./context-explorer.contextexplorercomponent.md) > [(constructor)](./context-explorer.contextexplorercomponent._constructor_.md)
## ContextExplorerComponent.(constructor)
Constructs a new instance of the `ContextExplorerComponent` class
**Signature:**
```typescript
constructor(application: RestApplication, explorerConfig?: ContextExplorerConfig);
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
application
</td><td markdown="1">
[RestApplication](./rest.restapplication.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
explorerConfig
</td><td markdown="1">
[ContextExplorerConfig](./context-explorer.contextexplorerconfig.md)
</td><td markdown="1">
_(Optional)_
</td></tr>
</tbody></table>