Type Alias dioxus_html::events::DragEvent
source · pub type DragEvent = Event<DragData>;Aliased Type§
struct DragEvent {
pub data: Rc<DragData>,
/* private fields */
}Fields§
§data: Rc<DragData>The data associated with this event