Web API package for use when compling Go to WASM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

37 lines
576 B

{
"Type": "EventIFace",
"Interface": true,
"Properties": [
{
"Name": "currentTarget",
"Type": "Value",
"ReadOnly": true
},
{
"Name": "target",
"Type": "Value",
"ReadOnly": true
},
{
"Name": "type",
"Type": "string",
"ReadOnly": true
},
{
"Name": "srcElement",
"Type": "Value",
"ReadOnly": true
}
],
"Functions": [
{
"Name": "preventDefault"
},
{
"Name": "stopPropagation"
},
{
"Name": "stopImmediatePropagation"
}
]
}