docs: <webview>.sendInputEvent
This commit is contained in:
parent
b8d50f3a3a
commit
32bff05208
1 changed files with 9 additions and 0 deletions
|
@ -358,6 +358,15 @@ page can handle it by listening to the `channel` event of `ipc` module.
|
||||||
See [WebContents.send](web-contents.md#webcontentssendchannel-args) for
|
See [WebContents.send](web-contents.md#webcontentssendchannel-args) for
|
||||||
examples.
|
examples.
|
||||||
|
|
||||||
|
### `<webview>.sendInputEvent(event)`
|
||||||
|
|
||||||
|
* `event` Object
|
||||||
|
|
||||||
|
Sends an input `event` to the page.
|
||||||
|
|
||||||
|
See [WebContents.sendInputEvent](web-contents.md##webcontentssendinputeventevent)
|
||||||
|
for detailed description of `event` object.
|
||||||
|
|
||||||
## DOM events
|
## DOM events
|
||||||
|
|
||||||
The following DOM events are available to the `webview` tag:
|
The following DOM events are available to the `webview` tag:
|
||||||
|
|
Loading…
Reference in a new issue