@loopback/docs
Version:
Documentation for LoopBack 4
26 lines (18 loc) • 719 B
Markdown
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) > [@loopback/context-explorer](./context-explorer.md) > [ContextGraphOptions](./context-explorer.contextgraphoptions.md)
## ContextGraphOptions type
Options for ContextGraph
<b>Signature:</b>
```typescript
export declare type ContextGraphOptions = {
bindingFilter?: BindingNodeFilter;
};
```