DataChangeDetectionPolicy
Cell Change that will trigger an Alert: can be 'rawValue' or 'formattedValue'
TypeScript
export type DataChangeDetectionPolicy = 'rawValue' | 'formattedValue';Cell Change that will trigger an Alert: can be 'rawValue' or 'formattedValue'
export type DataChangeDetectionPolicy = 'rawValue' | 'formattedValue';