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 | (Optional) Options for inspect |
Returns: