UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 334 B
import { IModule } from './IModule'; import { SelectedCellInfo } from '../../AdaptableState/Selection/SelectedCellInfo'; import { CellSummmaryInfo } from '../../AdaptableState/Common/CellSummary'; export interface ICellSummaryModule extends IModule { createCellSummaryInfo(selectedCellInfo: SelectedCellInfo): CellSummmaryInfo; }