UserSettingsProvider Interface
Interface to be implemented but any classes that wants to load their user settings when the UiStateEntry storage class is set.
Implemented by
Methods
| Name | Description | |
|---|---|---|
| loadUserSettings(storage: UiStateStorage): Promise<void> | Function to load settings from settings storage | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| providerId | string | Unique provider Id | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.