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