@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
12 lines (11 loc) • 381 B
TypeScript
import { AdaptableFlashingCell } from '../../AdaptableState/Common/AdaptableFlashingCell';
import { BaseContext } from '../../types';
/**
* Object returned by the `FlashingCellDisplayed` event
*/
export interface FlashingCellDisplayedInfo extends BaseContext {
/**
* Details of the Cell (or row) which has just flashed
*/
flashingCell: AdaptableFlashingCell;
}