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?: ResolutionSession): Promise<T[]>;
Parameters
Parameter | Type | Description |
---|---|---|
session | ResolutionSession |
Returns:
Promise<T[]>