Type Alias dioxus::events::ScrollEvent

source ·
pub type ScrollEvent = Event<ScrollData>;
Available on crate feature html only.

Aliased Type§

struct ScrollEvent {
    pub data: Rc<ScrollData>,
    /* private fields */
}

Fields§

§data: Rc<ScrollData>

The data associated with this event