IOnBeforeInputEvent Type
Emitted before dispatching the keydown and keyup events in the page. Calling event.preventDefault will prevent the page keydown/keyup events and the menu shortcuts.To only prevent the menu shortcuts, use setIgnoreMenuShortcuts:
Instance members
| Instance member |
Description
|
Full Usage:
this.event
Modifiers: abstract |
|
Full Usage:
this.input
Modifiers: abstract |
Input properties. |
fable-electron-docs-api