FlashingCellDisplayedInfo
Object returned by the FlashingCellDisplayed event
TypeScript
export interface FlashingCellDisplayedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| flashingCell | Details of the Cell (or row) which has just flashed |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
flashingCell
Details of the Cell (or row) which has just flashed
TypeScript
flashingCell: AdaptableFlashingCell;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any