UiStateStorageHandler Function
Allows to provide a custom UiStateStorage implementation to persist UI settings through setUiStateStorage.
This component should wrap the ConfigurableUiContent.
<UiStateStorageHandler>
   <ConfigurableUiContent />
 </UiStateStorageHandler>
UiStateStorageHandler(props: UiSettingsProviderProps): React.JSX.Element
| Parameter | Type | Description | 
|---|---|---|
| props | UiSettingsProviderProps | 
Returns - React.JSX.Element
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.