onterminate property

EventHandlerNonNull<Event>? onterminate

Implementation

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

Implementation

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