MAIDR JavaScript API
    Preparing search index...

    Function loadStoredGeneralSettings

    • Reads the general settings the reader saved, for code that runs before, or without, a SettingsService.

      Nothing is merged or validated: a key the reader never saved is absent, and every value is unknown until the caller checks it.

      Parameters

      Returns Partial<Record<keyof GeneralSettings, unknown>>

      The saved general settings, or an empty object when none are saved