Page Contents
Home > @loopback/context > ContextView > singleValue
ContextView.singleValue() method
Get the single value
Signature:
singleValue(session?: ResolutionSession): Promise<T | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
session | ResolutionSession |
Returns:
Promise<T | undefined>