FlashingCellDisplayedInfo

Object returned by the FlashingCellDisplayed event

TypeScript
export interface FlashingCellDisplayedInfo extends
Extends

BaseContext

Properties

PropertyDescription
flashingCellDetails of the Cell (or row) which has just flashed
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

flashingCell

Details of the Cell (or row) which has just flashed

TypeScript
flashingCell: AdaptableFlashingCell;
Property Value

AdaptableFlashingCell

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any