@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
13 lines (12 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getFlashingTargetViewItems = void 0;
const getFlashingTargetViewItems = (flashingCell) => {
return {
name: 'Target',
values: Array.isArray(flashingCell.FlashTarget)
? flashingCell.FlashTarget
: [flashingCell.FlashTarget],
};
};
exports.getFlashingTargetViewItems = getFlashingTargetViewItems;