ShortcutOptionsDeltaUpdate: {
    copyPaste?: ShortcutOption;
    debugPanel?: ShortcutOption;
    ellipse?: ShortcutOption;
    hand?: ShortcutOption;
    image?: ShortcutOption;
    polygon?: ShortcutOption;
    rectangle?: ShortcutOption;
    select?: ShortcutOption;
    text?: ShortcutOption;
    viewMode?: ShortcutOption;
    zoom?: ShortcutOption;
}

Shortcut Options that can be updated.

Type declaration