Home > @activeviam/activeui-sdk > SettingsManager > getAll
SettingsManager.getAll property
Return all the setting values for which the filtering function, taking as input a setting key, has returned true.
Signature:
getAll: (filteringFunction: (key: SettingKey) => boolean) => SettingValue[];