MouseEvent constructor
MouseEvent(
- String type, [
- MouseEventInit eventInitDict
Implementation
external factory MouseEvent(
String type, [
MouseEventInit eventInitDict,
]);