UiStateStorage
Interfaces and classes for persisting UI settings.
Constants
| Name | Description | |
|---|---|---|
| LocalStateStorage | ||
| UiStateStorageStatus |
Global Functions
| Name | Description | |
|---|---|---|
| UiStateStorageHandler | Allows to provide a custom UiStateStorage implementation to persist UI settings | |
| useUiStateStorageHandler |
Interfaces
| Name | Description | |
|---|---|---|
| UiSettingsProviderProps | Properties for the UiStateStorageHandler component. | Deprecated |
Type Aliases
| Name | Description | |
|---|---|---|
| LocalStateStorage | Implementation of UiStateStorage using Window.localStorage. |
|
| UiStateStorage | Interface for getting, saving and deleting settings. | |
| UiStateStorageResult | Interface for result of accessing UI state setting in UiStateStorage. | |
| UiStateStorageStatus | Enum for UiStateStorage status. |
Last Updated: 08 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.