Home > @activeviam/activeui-sdk > SettingsManager > getAndLogIfUnexisting
SettingsManager.getAndLogIfUnexisting property
Similar to get, but logs if the setting key does not exist.
Signature:
getAndLogIfUnexisting: (key: SettingKey) => SettingValue;