@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
26 lines (17 loc) • 841 B
Markdown
lang: en
title: 'API docs: context-explorer.bindingnodefilter'
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.bindingnodefilter.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context-explorer](./context-explorer.md) > [BindingNodeFilter](./context-explorer.bindingnodefilter.md)
## BindingNodeFilter type
A filter function to control if a binding is to be rendered
<b>Signature:</b>
```typescript
export declare type BindingNodeFilter = (binding: ContextBinding) => boolean;
```
<b>References:</b> [ContextBinding](./context-explorer.contextbinding.md)