@loopback/docs
Version:
Documentation for LoopBack 4
31 lines (20 loc) • 899 B
Markdown
lang: en
title: 'API docs: context.contextinspectoptions'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/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()
<b>Signature:</b>
```typescript
export interface ContextInspectOptions extends BindingInspectOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [includeParent](./context.contextinspectoptions.includeparent.md) | <code>boolean</code> | The flag to control if parent context should be inspected |