RuleAlertProperties
Properties for rule-based alerts (presentation plus grid behaviours)
TypeScript
export interface RuleAlertProperties extendsExtends
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| HighlightCell | boolean |AdaptableStyle | Colours updated Row using MessageType of triggering Alert Definition | |
| HighlightRow | boolean |AdaptableStyle | Colours updated Row using MessageType of triggering Alert Definition | |
| JumpToCell | boolean | Grid will 'jump' to the changed cell which triggered the Alert | |
| JumpToRow | boolean | Grid will 'jump' to the newly added row which triggered the Alert | |
| PreventEdit | boolean | Automatically prevent any cell edit which triggered the Alert (i.e. validation) | false |
Property Details
HighlightCell
Colours updated Row using MessageType of triggering Alert Definition
TypeScript
HighlightCell?: boolean | AdaptableStyle;Property Value
boolean |AdaptableStyle
HighlightRow
Colours updated Row using MessageType of triggering Alert Definition
TypeScript
HighlightRow?: boolean | AdaptableStyle;Property Value
boolean |AdaptableStyle
JumpToCell
Grid will 'jump' to the changed cell which triggered the Alert
TypeScript
JumpToCell?: boolean;Property Value
boolean
JumpToRow
Grid will 'jump' to the newly added row which triggered the Alert
TypeScript
JumpToRow?: boolean;Property Value
boolean
PreventEdit
Automatically prevent any cell edit which triggered the Alert (i.e. validation)
TypeScript
PreventEdit?: boolean;Default Value
false
Property Value
boolean