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: 20 June, 2023