Skip to content

How can I know the final type of the Event from idlParsed? #469

Open
@jodinathan

Description

@jodinathan

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions