UNPKG

@loopback/docs

Version:
23 lines (15 loc) 711 B
--- 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) &gt; [@loopback/context](./context.md) &gt; [ResolutionSession](./context.resolutionsession.md) &gt; [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[]; ```