AdaptableLoadStateFunction
Function that retrieves Adaptable state from storage or external source. Called during initialization to hydrate the application state.
TypeScript
export interfaceCalls
TypeScript
(config: AdaptableStateFunctionConfig): Promise<any>;Parameters
| Parameter | Type |
|---|---|
| config | AdaptableStateFunctionConfig |
Returns
Promise<any>