Page Contents

Home > @loopback/context > ResolutionSession > pushBinding

ResolutionSession.pushBinding() method

Enter the resolution of the given binding. If

Signature:

pushBinding(binding: Readonly<Binding>): void;

Parameters

Parameter Type Description
binding Readonly<[Binding](/doc/en/lb4/apidocs.context.binding.html)> Binding

Returns:

void