Page Contents
Home > @loopback/context > ResolutionAction
ResolutionAction type
A function to be executed with the resolution session
Signature:
export type ResolutionAction = (session: ResolutionSession) => ValueOrPromise<BoundValue>;
References: ResolutionSession, ValueOrPromise, BoundValue