@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
70 lines (36 loc) • 1.23 kB
Markdown
---
lang: en
title: 'API docs: context.contextinspectoptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.contextinspectoptions.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [ContextInspectOptions](./context.contextinspectoptions.md)
## ContextInspectOptions interface
Options for context.inspect()
**Signature:**
```typescript
export interface ContextInspectOptions extends BindingInspectOptions
```
**Extends:** [BindingInspectOptions](./context.bindinginspectoptions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[includeParent?](./context.contextinspectoptions.includeparent.md)
</td><td markdown="1">
</td><td markdown="1">
boolean
</td><td markdown="1">
_(Optional)_ The flag to control if parent context should be inspected
</td></tr>
</tbody></table>