-
Notifications
You must be signed in to change notification settings - Fork 552
Expand file tree
/
Copy pathwebvieweventmap.yml
More file actions
35 lines (35 loc) · 1.03 KB
/
webvieweventmap.yml
File metadata and controls
35 lines (35 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### YamlMime:TSType
name: WebViewEventMap
uid: 'WebView2Script!WebViewEventMap:class'
package: WebView2Script!
fullName: WebViewEventMap
summary: Events of the `WebView` interface.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: message
uid: 'WebView2Script!WebViewEventMap#message:member'
package: WebView2Script!
fullName: message
summary: ''
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: '"message": WebViewMessageEvent;'
return:
type: '<xref uid="WebView2Script!WebViewMessageEvent:class" />'
- name: sharedbufferreceived
uid: 'WebView2Script!WebViewEventMap#sharedbufferreceived:member'
package: WebView2Script!
fullName: sharedbufferreceived
summary: ''
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: '"sharedbufferreceived": SharedBufferReceivedEvent;'
return:
type: '<xref uid="WebView2Script!SharedBufferReceivedEvent:class" />'