cancelable property

bool cancelable

Implementation

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

Implementation

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