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