@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
12 lines (11 loc) • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isAdaptableRowChangedAlert = exports.isAdaptableCellChangedAlert = void 0;
const isAdaptableCellChangedAlert = (alert) => {
return alert.alertType === 'cellChanged';
};
exports.isAdaptableCellChangedAlert = isAdaptableCellChangedAlert;
const isAdaptableRowChangedAlert = (alert) => {
return alert.alertType === 'rowChanged';
};
exports.isAdaptableRowChangedAlert = isAdaptableRowChangedAlert;