FlashingCellOptions

Properties for Flashing Cell

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
defaultDownChangeStyleAdaptableStyleStyle for 'Down' value changesRed BackColour
defaultFlashDurationnumber | 'always'Duration of Flash - can be number (in ms) or 'always'500ms
defaultFlashTargetFlashTargetShould a cell or whole row flash'cell'
defaultNeutralChangeStyleAdaptableStyleStyle for 'Neutral' value changesGray BackColour
defaultUpChangeStyleAdaptableStyleStyle 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