ondisconnect property

EventHandlerNonNull<Event>? ondisconnect

Implementation

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

Implementation

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