FlashingCellOptions

Properties for Flashing Cell

TypeScript
export interface

Properties

PropertyDescriptionDefault
defaultDownChangeStyleStyle for 'Down' value changesRed BackColour
defaultFlashDurationDuration of Flash - can be number (in ms) or 'always'500ms
defaultFlashTargetShould a cell or whole row flash'cell'
defaultNeutralChangeStyleStyle for 'Neutral' value changesGray BackColour
defaultUpChangeStyleStyle for 'Up' value changesGreen BackColour

Property Details

defaultDownChangeStyle

Style for 'Down' value changes

TypeScript
defaultDownChangeStyle?: AdaptableStyle;
Default Value

Red BackColour

Property Value

AdaptableStyle

defaultFlashDuration

Duration of Flash - can be number (in ms) or 'always'

TypeScript
defaultFlashDuration?: number | 'always';
Default Value

500ms

Property Value

number | 'always'

defaultFlashTarget

Should a cell or whole row flash

TypeScript
defaultFlashTarget?: FlashTarget;
Default Value

'cell'

Property Value

FlashTarget

defaultNeutralChangeStyle

Style for 'Neutral' value changes

TypeScript
defaultNeutralChangeStyle?: AdaptableStyle;
Default Value

Gray BackColour

Property Value

AdaptableStyle

defaultUpChangeStyle

Style for 'Up' value changes

TypeScript
defaultUpChangeStyle?: AdaptableStyle;
Default Value

Green BackColour

Property Value

AdaptableStyle