Manages Local Storage preferences.
createPreference(_: string, key: string, newPreference: any): Observable<any>
Creates local preference.
string - Name of the target appstring - Key of the target preferenceany - Details of new local preferenceObservable<any> - Observable of created local preferencesdeletePreference(key: string, preferences: any): Observable<any>
Deletes local preference by given preference key.
string - Key of the target preferenceany - Details of updated preferencesObservable<any> - Observable of preferences without deleted preferencegetPreferenceByKey(_: string, key: string): Observable<any>
Gets local preference.
string - Name of the target appstring - Key of the target preferenceObservable<any> - Observable of local preferencegetPreferences(_: string, key: string): Observable<any>
Gets local preferences
string - Name of the target appstring - Key of the target preferenceObservable<any> - List of local preferencesprepareLocalPreferenceResponse(key: string): any
string - any - updatePreference(_: string, key: string, updatedPreference: any): Observable<any>
Updates local preference.
string - Name of the target appstring - Key of the target preferenceany - Details of updated preferenceObservable<any> - Observable of updated local preferences© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.