onclick property

Implementation

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

Implementation

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