Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUserPreferencesApi

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

Hierarchy

  • IUserPreferencesApi

Index

Methods

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