FlashingCellDisplayedInfo
Object returned by the FlashingCellDisplayed event
TypeScript
export interface FlashingCellDisplayedInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| flashingCell | AdaptableFlashingCell | Details of the Cell (or row) which has just flashed |
| adaptableContext | any | 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