getConfigValue
n8n-nodes-semble / core/BaseConfig / getConfigValue
Function: getConfigValue()¶
getConfigValue\<
T
>(config
,path
):undefined
|T
Defined in: core/BaseConfig.ts:470
Get configuration value by path (e.g., 'cache.defaultTtl')
Type Parameters¶
T¶
T
= any
Parameters¶
config¶
GlobalConfig
path¶
string
Returns¶
undefined
| T