ondrag property

Implementation

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

Implementation

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