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
Parameter | Type |
---|---|
columnId | string |
Returns
FlashingCell
createFlashingCell
TypeScript
createFlashingCell(flashingCell: FlashingCell): void;
Parameters
Parameter | Type |
---|---|
flashingCell | FlashingCell |
Returns
void
deleteStyledCell
TypeScript
deleteStyledCell(flashingCellId: string): void;
Parameters
Parameter | Type |
---|---|
flashingCellId | string |
Returns
void
getCurrentViewFlashingCells
TypeScript
getCurrentViewFlashingCells(): FlashingCell[];
Returns
FlashingCell[]
getFlashingCellForDataChange
TypeScript
getFlashingCellForDataChange(dataChangeInfo: DataChangeInfo): FlashingCellDef | undefined;
Parameters
Parameter | Type |
---|---|
dataChangeInfo | DataChangeInfo |
Returns
FlashingCellDef | undefined