FlashingCellsState
TypeScript
type FlashingCellsState = {
defaultFlashingStyle?: {
upChangeStyle?: AdaptableCellStyle;
downChangeStyle?: AdaptableCellStyle;
neutralChangeStyle?: AdaptableCellStyle;
};
flashingCells?: Record<string, FlashingCellDef>;
};