projects/ng-keyboard-shortcuts/src/lib/ng-keyboard-shortcuts.directive.ts
A directive to be used with "focusable" elements, like: textarea, input, select.
Selector | [ngKeyboardShortcuts] |
Inputs |
Accessors |
disabled | |
whether to disable the shortcuts for this directive |
ngKeyboardShortcuts | |
Type : Shortcut[]
|
|
Shortcut inputs for the directive. will only work when the element is in focus |
disabled | ||||
setdisabled(value)
|
||||
whether to disable the shortcuts for this directive
Parameters :
Returns :
void
|