onselectend property

EventHandlerNonNull<Event>? onselectend

Implementation

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

Implementation

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