AdaptableSaveStateFunction

Function that transforms state before persistence. Called first in the persistence flow, before persistState().

TypeScript
export interface

Calls

TypeScript
(state: AdaptableState, adaptableStateFunctionConfig: AdaptableStateFunctionConfig): any;
Parameters
ParameterType
stateAdaptableState
adaptableStateFunctionConfigAdaptableStateFunctionConfig
Returns

any