Home > @activeviam/activeui-sdk > SettingsManager > canEdit
SettingsManager.canEdit property
Check the origin of the given setting. If it is a permissions file, then editing the setting is not allowed. In other words, return true
if the setting key provided is a user setting, and false
otherwise.
Signature:
canEdit: (key: SettingKey) => boolean;