UNPKG

@loopback/docs

Version:
35 lines (23 loc) 1.27 kB
--- lang: en title: 'API docs: context.defaultconfigurationresolver.getconfigasvalueorpromise' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context permalink: /doc/en/lb4/apidocs.context.defaultconfigurationresolver.getconfigasvalueorpromise.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [DefaultConfigurationResolver](./context.defaultconfigurationresolver.md) &gt; [getConfigAsValueOrPromise](./context.defaultconfigurationresolver.getconfigasvalueorpromise.md) ## DefaultConfigurationResolver.getConfigAsValueOrPromise() method <b>Signature:</b> ```typescript getConfigAsValueOrPromise<ConfigValueType>(key: BindingAddress<unknown>, propertyPath?: string, resolutionOptions?: ResolutionOptions): ValueOrPromise<ConfigValueType | undefined>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | key | <code>BindingAddress&lt;unknown&gt;</code> | | | propertyPath | <code>string</code> | | | resolutionOptions | <code>ResolutionOptions</code> | | <b>Returns:</b> `ValueOrPromise<ConfigValueType | undefined>`