UNPKG

@loopback/docs

Version:
36 lines (23 loc) 1.03 kB
--- lang: en title: 'API docs: context-explorer.contextgraph.renderbinding' 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.renderbinding.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context-explorer](./context-explorer.md) &gt; [ContextGraph](./context-explorer.contextgraph.md) &gt; [renderBinding](./context-explorer.contextgraph.renderbinding.md) ## ContextGraph.renderBinding() method Render a binding object <b>Signature:</b> ```typescript protected renderBinding(parent: ICluster<string>, { binding, id }: ContextBinding): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | parent | <code>ICluster&lt;string&gt;</code> | Parent subgraph | | { binding, id } | <code>ContextBinding</code> | | <b>Returns:</b> `void`