AdaptableClearStateFunction
Function that clears persisted state from the storage system. Only invoked during StateApi.reloadInitialState() operations.
TypeScript
export interfaceCalls
TypeScript
(adaptableStateFunctionConfig: AdaptableStateFunctionConfig): Promise<any>;Parameters
| Parameter | Type |
|---|---|
| adaptableStateFunctionConfig | AdaptableStateFunctionConfig |
Returns
Promise<any>