@dotglitch/ngx-common 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ export type CommandAction<T = any> = {
|
|
|
10
10
|
/**
|
|
11
11
|
* The non-modifier key(s) that must be pressed for the event to fire.
|
|
12
12
|
*/
|
|
13
|
-
shortcutKey
|
|
13
|
+
shortcutKey?: KeybindCode | KeybindCode[];
|
|
14
14
|
/**
|
|
15
15
|
* Action that is invoked when the keyboard shortcut is pressed or the item
|
|
16
16
|
* is activated in the GUI menu
|