oncapturehandlechange property

EventHandlerNonNull<Event>? get oncapturehandlechange

Implementation

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

Implementation

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