UiStateStorage
Interfaces and classes for working with persistent UI settings.
Classes
| Name | Description | |
|---|---|---|
| LocalStateStorage | Implementation of UiStateStorage using Window.localStorage. | Deprecated | 
| UiStateEntry | A single UI State entry that is identified by namespace and setting name. | 
Enumerations
| Name | Description | |
|---|---|---|
| UiStateStorageStatus | Enum for UiStateStorage status. | Deprecated | 
Interfaces
| Name | Description | |
|---|---|---|
| UiStateStorage | Interface for getting, saving and deleting settings. | Deprecated | 
| UiStateStorageResult | Interface for result of accessing UI state setting in UiStateStorage. | Deprecated | 
Last Updated: 10 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.