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