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; }