@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
28 lines (19 loc) • 832 B
Markdown
lang: en
title: 'API docs: context-explorer.contextgraphoptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/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;
};
```
<b>References:</b> [BindingNodeFilter](./context-explorer.bindingnodefilter.md)