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 | (Optional) Options to control what information should be included |
Returns: