passive property

bool passive

Implementation

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

Implementation

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