MouseEvent constructor

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

Implementation

factory MouseEvent(String type, [MouseEventInit? eventInitDict]) =>
    MouseEvent._(type, eventInitDict ?? undefined);