UNPKG

@loopback/docs

Version:
34 lines (22 loc) 1.18 kB
--- lang: en title: 'API docs: context.defaultconfigurationresolver.getconfigasvalueorpromise' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar 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>, configPath?: string, resolutionOptions?: ResolutionOptions): ValueOrPromise<ConfigValueType | undefined>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | key | <code>BindingAddress&lt;unknown&gt;</code> | | | configPath | <code>string</code> | | | resolutionOptions | <code>ResolutionOptions</code> | | <b>Returns:</b> `ValueOrPromise<ConfigValueType | undefined>`