AdaptablePersistStateFunction
Function that handles persisting state to storage systems (localStorage, server, etc.). Called after saveState() to store the prepared state.
TypeScript
export interfaceCalls
TypeScript
(state: any, adaptableStateFunctionConfig: AdaptableStateFunctionConfig): Promise<any>;Parameters
| Parameter | Type |
|---|---|
| state | any |
| adaptableStateFunctionConfig | AdaptableStateFunctionConfig |
Returns
Promise<any>