FlashingCellOptions
Properties for Flashing Cell
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| defaultDownChangeStyle | Style for 'Down' value changes | Red BackColour |
| defaultFlashDuration | Duration of Flash - can be number (in ms) or 'always' | 500ms |
| defaultFlashTarget | Should a cell or whole row flash | 'cell' |
| defaultNeutralChangeStyle | Style for 'Neutral' value changes | Gray BackColour |
| defaultUpChangeStyle | Style for 'Up' value changes | Green BackColour |
Property Details
defaultDownChangeStyle
Style for 'Down' value changes
TypeScript
defaultDownChangeStyle?: AdaptableStyle;Default Value
Red BackColour
Property Value
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
defaultNeutralChangeStyle
Style for 'Neutral' value changes
TypeScript
defaultNeutralChangeStyle?: AdaptableStyle;Default Value
Gray BackColour
Property Value
defaultUpChangeStyle
Style for 'Up' value changes
TypeScript
defaultUpChangeStyle?: AdaptableStyle;Default Value
Green BackColour