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