MouseEvent constructor

MouseEvent(
  1. String type, [
  2. MouseEventInit eventInitDict
])

Implementation

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