UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

16 lines (15 loc) 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getShortcutSettingsViewItems = void 0; const getShortcutSettingsViewItems = (shortcut) => { const values = [ `Shortcut Key: ${shortcut.ShortcutKey || 'Not selected'}`, `Value: ${shortcut.ShortcutValue ?? 'Not specified'}`, `Operation: ${shortcut.ShortcutOperation ?? 'Not Specified'}`, ]; return { name: 'Settings', values, }; }; exports.getShortcutSettingsViewItems = getShortcutSettingsViewItems;