oncapturehandlechange property

EventHandlerNonNull<Event>? oncapturehandlechange

Implementation

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

Implementation

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