Page Contents
Home > @loopback/context-explorer > BindingNodeFilter
BindingNodeFilter type
A filter function to control if a binding is to be rendered
Signature:
export type BindingNodeFilter = (binding: ContextBinding) => boolean;
References: ContextBinding