FlashingCellState
Adaptable State Section for Flashing Cell module
TypeScript
export interface FlashingCellState extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| FlashingCellDefinitions | FlashingCellDefinition[] | Flashing Cell Definitions - will flash cells/rows when rule is met |
Property Details
FlashingCellDefinitions
Flashing Cell Definitions - will flash cells/rows when rule is met
TypeScript
FlashingCellDefinitions?: FlashingCellDefinition[];