Page Contents

Home > @loopback/context > ContextView > values

ContextView.values() method

Get the list of resolved values. If they are not cached, it tries to find and resolve them.

Signature:

values(session?: ResolutionOptionsOrSession): Promise<T[]>;

Parameters

Parameter Type Description
session ResolutionOptionsOrSession (Optional)

Returns:

Promise<T[]>