AlertMessageContext

Context used for creating bespoke Alert messages

TypeScript
export interface

Properties

PropertyTypeDescription
alertDefinitionAlertDefinitionCurrent Alert Definition
cellDataChangedInfoCellDataChangedInfo<TData>Cell Data change that might have triggered the Alert
rowDataChangedInfoRowDataChangedInfo<TData>Row 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>