void preventDefault(evt)

Source

void preventDefault(evt) {
  (evt as Event).preventDefault();
}