DragEvent constructor

DragEvent(
  1. String type, [
  2. DragEventInit eventInitDict
])

Implementation

external factory DragEvent(
  String type, [
  DragEventInit eventInitDict,
]);