FlashingCellsApi

TypeScript
declare class FlashingCellsApi extends BaseApi
Extends

BaseApi

Methods

Method
createDefaultFlashingCellForColumn(columnId)
createFlashingCell(flashingCell)
deleteStyledCell(flashingCellId)
getCurrentViewFlashingCells()
getFlashingCellForDataChange(dataChangeInfo)

Method Details

createDefaultFlashingCellForColumn

TypeScript
createDefaultFlashingCellForColumn(columnId: string): FlashingCell;
Parameters
ParameterType
columnIdstring
Returns

FlashingCell

createFlashingCell

TypeScript
createFlashingCell(flashingCell: FlashingCell): void;
Parameters
ParameterType
flashingCellFlashingCell
Returns

void

deleteStyledCell

TypeScript
deleteStyledCell(flashingCellId: string): void;
Parameters
ParameterType
flashingCellIdstring
Returns

void

getCurrentViewFlashingCells

TypeScript
getCurrentViewFlashingCells(): FlashingCell[];
Returns

FlashingCell[]

getFlashingCellForDataChange

TypeScript
getFlashingCellForDataChange(dataChangeInfo: DataChangeInfo): FlashingCellDef | undefined;
Parameters
ParameterType
dataChangeInfoDataChangeInfo
Returns

FlashingCellDef | undefined