Open
Description
take the onmousemove at ed/html.json:
{
"type": "attribute",
"name": "onmousemove",
"idlType": {
"type": "attribute-type",
"extAttrs": [],
"generic": "",
"nullable": false,
"union": false,
"idlType": "EventHandler"
},
"extAttrs": [],
"special": "",
"readonly": false
}
the idlType
is EventHandler
, however, can I make a connection to the event type as MouseEvent
at ed/uievent.json somehow?