@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 443 B
JavaScript
import { AdaptableModuleBase } from './AdaptableModuleBase';
import * as ModuleConstants from '../Utilities/Constants/ModuleConstants';
export class StateManagementModule extends AdaptableModuleBase {
constructor(api) {
super(ModuleConstants.StateManagementModuleId, ModuleConstants.StateManagementFriendlyName, 'assignment', 'StateManagementPopup', 'Manages Adaptable State, User State and Initial Adaptable State', api);
}
}