projects/ng-keyboard-shortcuts/src/lib/ng-keyboard-shortcuts.interfaces.ts
The output type fired by the command when shortcut is triggered.
Properties |
event |
event:
|
Type : KeyboardEvent
|
The browser keyboard event |
key |
key:
|
Type : string[] | string
|
The registered key that was triggered |