onbeforematch property

EventHandlerNonNull<Event>? onbeforematch

Implementation

EventHandlerNonNull? get onbeforematch =>
    js_util.getProperty(this, 'onbeforematch');
void onbeforematch=(EventHandlerNonNull<Event>? newValue)

Implementation

set onbeforematch(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onbeforematch', newValue);
}