UNPKG

@adaptabletools/adaptable

Version:

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

10 lines (9 loc) 354 B
import { AdaptableApi } from '../../../Api/AdaptableApi'; import { AccessLevel } from '../../../AdaptableState/Common/Entitlement'; import { ModuleInfo } from '../../../Strategy/Interface/IModule'; export interface ViewPanelProps { viewType: 'Toolbar' | 'ToolPanel'; api: AdaptableApi; accessLevel: AccessLevel; moduleInfo: ModuleInfo; }