Skip to content
EliteChart

DEFAULT\_SHORTCUT\_GROUPS

Documentation


Documentation / @elitechart/core / DEFAULT_SHORTCUT_GROUPS

code
const DEFAULT_SHORTCUT_GROUPS: readonly ShortcutGroup[];

Defined in: ui/shortcut-help.ts:51

Default groups covering every shortcut the chart wires today — General, Selection, Pan / zoom, Bar replay.

Example

code
import { DEFAULT_SHORTCUT_GROUPS, ShortcutHelp } from '@elitechart/core';
new ShortcutHelp({ mount: document.body, groups: DEFAULT_SHORTCUT_GROUPS });