AdaptablePersistStateFunction

Function that handles persisting state to storage systems (localStorage, server, etc.). Called after saveState() to store the prepared state.

TypeScript
export interface

Calls

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

Promise<any>