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, { binding, level, id }: ContextBinding): IEdge | undefined;

Parameters

Parameter Type Description
parent ICluster
{ binding, level, id } [ContextBinding](/doc/en/lb4/apidocs.context-explorer.contextbinding.html)

Returns:

IEdge | undefined