1e8ac79e6f
* docs: document the Event interface * update docs deps * pull new VoidFunction update
9 lines
519 B
Markdown
9 lines
519 B
Markdown
# 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
|