InputEvent constructor

InputEvent(
  1. String type, [
  2. InputEventInit? eventInitDict
])

Implementation

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