electron/docs/api/structures/event.md
Shelley Vohr 1e8ac79e6f
docs: document the Event interface (#16966)
* docs: document the Event interface

* update docs deps

* pull new VoidFunction update
2019-02-15 12:08:45 -08:00

519 B

Event Object extends GlobalEvent

  • preventDefault VoidFunction
  • sender WebContents
  • returnValue any
  • ctrlKey Boolean (optional) - whether the Control key was used in an accelerator to trigger the Event
  • metaKey Boolean (optional) - whether a meta key was used in an accelerator to trigger the Event
  • shiftKey Boolean (optional) - whether a Shift key was used in an accelerator to trigger the Event
  • altKey Boolean (optional) - whether an Alt key was used in an accelerator to trigger the Event