preventDefault method

void preventDefault()

Implementation

void preventDefault() {
  defaultPrevented = true;
}