ondrag property
EventHandlerNonNull<Event> ?
get
ondrag
Implementation
EventHandlerNonNull? get ondrag => js_util.getProperty(this, 'ondrag');
set
ondrag
(EventHandlerNonNull<Event> ? newValue)
Implementation
set ondrag(EventHandlerNonNull? newValue) {
js_util.setProperty(this, 'ondrag', newValue);
}