Interface: IUserPreferencesApi

The User Preferences API is designed to allow integration tests to explicitly persist the preferences into storage

Methods

save()

save(): Promise<void>

Persists the user preferences stored in browser session into the database

Returns

Promise<void>

A promise that resolves when the user preferences have been stored