TrackEventInit constructor

TrackEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. JSObject? track,
})

Implementation

external factory TrackEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  JSObject? track,
});