UNPKG

@loopback/docs

Version:
26 lines (18 loc) 719 B
--- lang: en title: 'API docs: context-explorer.contextgraphoptions' 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.contextgraphoptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context-explorer](./context-explorer.md) &gt; [ContextGraphOptions](./context-explorer.contextgraphoptions.md) ## ContextGraphOptions type Options for ContextGraph <b>Signature:</b> ```typescript export declare type ContextGraphOptions = { bindingFilter?: BindingNodeFilter; }; ```