delegatesFocus property

bool delegatesFocus

Implementation

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

Implementation

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