DataChangeDetectionPolicy

Cell Change that will trigger an Alert: can be 'rawValue' or 'formattedValue'

TypeScript
export type DataChangeDetectionPolicy = 'rawValue' | 'formattedValue';