RuleAlertProperties

Properties for rule-based alerts (presentation plus grid behaviours)

TypeScript
export interface RuleAlertProperties extends
Extends

AlertPresentationProperties

Properties

PropertyTypeDescriptionDefault
HighlightCellboolean |AdaptableStyleColours updated Row using MessageType of triggering Alert Definition
HighlightRowboolean |AdaptableStyleColours updated Row using MessageType of triggering Alert Definition
JumpToCellbooleanGrid will 'jump' to the changed cell which triggered the Alert
JumpToRowbooleanGrid will 'jump' to the newly added row which triggered the Alert
PreventEditbooleanAutomatically 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