Page Contents
Home > @loopback/context > Context > inspect
Context.inspect() method
Inspect the context and dump out a JSON object representing the context hierarchy
Signature:
inspect(options?: ContextInspectOptions): JSONObject;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | [ContextInspectOptions](/doc/en/lb4/apidocs.context.contextinspectoptions.html) | _(Optional)_ Options for inspect |
Returns: