handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
11 lines (10 loc) • 363 B
JavaScript
exports.__esModule = true;
/**
* Group name for keyboard shortcuts that are active when the cell is selected.
*/
const GRID_GROUP = exports.GRID_GROUP = 'gridDefault';
/**
* Group name for keyboard shortcuts that are active when the cell editor is active.
*/
const EDITOR_EDIT_GROUP = exports.EDITOR_EDIT_GROUP = 'editorManager.handlingEditor';
;