ondrop property

EventHandlerNonNull<Event>? get ondrop

Implementation

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

Implementation

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