AlertMessageContext

Context used for creating bespoke Alert messages

TypeScript
export interface

Properties

PropertyDescription
alertDefinitionCurrent Alert Definition
cellDataChangedInfoCell Data change that might have triggered the Alert
rowDataChangedInfoRow Data change that might have triggered the Alert (e.g. Row Added or Removed)

Property Details

alertDefinition

Current Alert Definition

TypeScript
alertDefinition: AlertDefinition;
Property Value

AlertDefinition

cellDataChangedInfo

Cell Data change that might have triggered the Alert

TypeScript
cellDataChangedInfo?: CellDataChangedInfo<TData>;
Property Value

CellDataChangedInfo<TData>

rowDataChangedInfo

Row Data change that might have triggered the Alert (e.g. Row Added or Removed)

TypeScript
rowDataChangedInfo?: RowDataChangedInfo<TData>;
Property Value

RowDataChangedInfo<TData>