Page Contents
Home > @loopback/context > Binding > inspect
Binding.inspect() method
Inspect the binding to return a json representation of the binding information
Signature:
inspect(options?: BindingInspectOptions): JSONObject;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | [BindingInspectOptions](/doc/en/lb4/apidocs.context.bindinginspectoptions.html) | _(Optional)_ Options to control what information should be included |
Returns: