onseeking property

Implementation

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

Implementation

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