AlertMessageContext
Context used for creating bespoke Alert messages
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| alertDefinition | Current Alert Definition |
| cellDataChangedInfo | Cell Data change that might have triggered the Alert |
| rowDataChangedInfo | 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
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>