preventCancel property

bool preventCancel

Implementation

bool get preventCancel => js_util.getProperty(this, 'preventCancel');
void preventCancel=(bool newValue)

Implementation

set preventCancel(bool newValue) {
  js_util.setProperty(this, 'preventCancel', newValue);
}