Page Contents

Home > @loopback/context > ResolutionSession > stack

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.

Signature:

readonly stack: ResolutionElement[];