AdaptableClearStateFunction

Function that clears persisted state from the storage system. Only invoked during StateApi.reloadInitialState() operations.

TypeScript
export interface

Calls

TypeScript
(adaptableStateFunctionConfig: AdaptableStateFunctionConfig): Promise<any>;
Parameters
ParameterType
adaptableStateFunctionConfigAdaptableStateFunctionConfig
Returns

Promise<any>