---
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/strongloop/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) &gt; [@loopback/context-explorer](./context-explorer.md) &gt; [ContextExplorerComponent](./context-explorer.contextexplorercomponent.md) &gt; [(constructor)](./context-explorer.contextexplorercomponent._constructor_.md)

## ContextExplorerComponent.(constructor)

Constructs a new instance of the `ContextExplorerComponent` class

<b>Signature:</b>

```typescript
constructor(application: RestApplication, explorerConfig?: ContextExplorerConfig);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  application | [RestApplication](./rest.restapplication.md) |  |
|  explorerConfig | [ContextExplorerConfig](./context-explorer.contextexplorerconfig.md) |  |


