@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 711 B
Markdown
lang: en
title: 'API docs: context.resolutionsession.stack'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.context.resolutionsession.stack.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [ResolutionSession](./context.resolutionsession.md) > [stack](./context.resolutionsession.stack.md)
## ResolutionSession.stack property
A stack of bindings for the current resolution session. It's used to track the path of dependency resolution and detect circular dependencies.
<b>Signature:</b>
```typescript
readonly stack: ResolutionElement[];
```