onselect property

Implementation

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

Implementation

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