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  

Returns:

IEdge | undefined