projects/ng-keyboard-shortcuts/src/lib/ng-keyboard-shortcuts.interfaces.ts
The shortcut input type for ng-keyboard-shortcuts component
Properties |
allowIn |
allowIn:
|
Type : AllowIn[]
|
Optional |
textarea, select and input are ignored by default, this is used to override this behavior. allow in node names, accepts: ["TEXTAREA", "SELECT", "INPUT] |
target |
target:
|
Type : HTMLElement
|
Optional |
Only trigger the command when the target is in focus. |