UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

13 lines (12 loc) 539 B
import IStorageEngine from './Interface/IStorageEngine'; import { InitialState } from '../../AdaptableState/InitialState'; import { AdaptableLoadStateFunction, AdaptablePersistStateFunction } from '../../AdaptableOptions/StateOptions'; export declare function createEngine(config: { adaptableId: string; adaptableStateKey: string; userName: string; initialState: InitialState; loadState?: AdaptableLoadStateFunction; persistState?: AdaptablePersistStateFunction; debounceStateDelay: number; }): IStorageEngine;