@loopback/docs
Version:
Documentation for LoopBack 4
36 lines (23 loc) • 1.05 kB
Markdown
lang: en
title: 'API docs: context-explorer.contextgraph.renderconfig'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/context-explorer
permalink: /doc/en/lb4/apidocs.context-explorer.contextgraph.renderconfig.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context-explorer](./context-explorer.md) > [ContextGraph](./context-explorer.contextgraph.md) > [renderConfig](./context-explorer.contextgraph.renderconfig.md)
## ContextGraph.renderConfig() method
Create an edge for a binding to its configuration
<b>Signature:</b>
```typescript
protected renderConfig(parent: ICluster<string>, { binding, level, id }: ContextBinding): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| parent | <code>ICluster<string></code> | |
| { binding, level, id } | <code>ContextBinding</code> | |
<b>Returns:</b>
`void`