/** * Group name for keyboard shortcuts that are active when the cell is selected. */ export declare const GRID_GROUP = "gridDefault"; /** * Scope name for the grid. */ export declare const GRID_SCOPE = "grid"; /** * A special group that is used to group keyboard shortcuts that listen to tab navigation events only to * handle the tab navigation logic and proper focus movement between the grid and other UI elements * provided by the plugin (e.g. dialog or pagination). */ export declare const GRID_TAB_NAVIGATION_GROUP = "grid.tabNavigation"; /** * Group name for keyboard shortcuts that are active when the cell editor is active. */ export declare const EDITOR_EDIT_GROUP = "editorManager.handlingEditor"; /** * Scope name for the editor. */ export declare const EDITOR_SCOPE = "editor";