Page Contents

Home > @loopback/context-explorer > ContextGraph > renderConfig

ContextGraph.renderConfig() method

Create an edge for a binding to its configuration

Signature:

protected renderConfig(parent: ICluster, input: ContextBinding): IEdge | undefined;

Parameters

Parameter Type Description

parent

ICluster

{ binding, level, id }

(not declared)

input

ContextBinding

Returns:

IEdge | undefined