onsync property
EventHandlerNonNull<Event> ?
get
onsync
Implementation
EventHandlerNonNull? get onsync => js_util.getProperty(this, 'onsync');
set
onsync
(EventHandlerNonNull<Event> ? newValue)
Implementation
set onsync(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'onsync', newValue);
}