ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > SettingsManager > get

SettingsManager.get property

Return the setting value corresponding to the given key if found, undefined otherwise. Example: settingsManager.get('component.canEdit')

Signature:

get: (key: SettingKey, logIfUnexisting?: boolean) => SettingValue;
  • SettingsManager.get property
Copyright © 2019 ActiveViam